diff --git a/Makefile.in b/Makefile.in index 1d5b9296..7669717c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -307,6 +307,7 @@ $(eval $(call rules-cmake,glslang,64)) ## LSTEAMCLIENT_DEPENDS = wine +LSTEAMCLIENT_LDFLAGS = -static-libgcc -static-libstdc++ $(eval $(call rules-source,lsteamclient,$(SRCDIR)/lsteamclient)) $(eval $(call rules-makedep,lsteamclient,32)) diff --git a/lsteamclient/Makefile.in b/lsteamclient/Makefile.in index 73c174c6..27b7560c 100644 --- a/lsteamclient/Makefile.in +++ b/lsteamclient/Makefile.in @@ -1,7 +1,7 @@ MODULE = lsteamclient.dll +UNIXLIB = lsteamclient.so IMPORTS = user32 -EXTRADLLFLAGS = -mcygwin -static-libgcc -static-libstdc++ -ldl EXTRADEFS = -DWINE_NO_LONG_TYPES -DSTEAM_API_EXPORTS -Dprivate=public -Dprotected=public SOURCES = \ diff --git a/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp index 9b1a7b5e..87695983 100644 --- a/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps( void *args ) { struct ISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps_params *params = (struct ISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps_params *)args; diff --git a/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.cpp index 7423305c..d78281ea 100644 --- a/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData( void *args ) { struct ISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData_params *params = (struct ISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001_GetAppOwnershipTicketData_params *)args; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp index c61a397e..b523e251 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( void *args ) { struct ISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params = (struct ISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *)args; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp index 74dcbd45..8a1d91ed 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribed( void *args ) { struct ISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribed_params *params = (struct ISteamApps_STEAMAPPS_INTERFACE_VERSION002_BIsSubscribed_params *)args; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.cpp b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.cpp index 27e1f8d0..289e243b 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.cpp +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribed( void *args ) { struct ISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribed_params *params = (struct ISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribed_params *)args; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.cpp b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.cpp index 1283f451..3ef6850d 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.cpp +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribed( void *args ) { struct ISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribed_params *params = (struct ISteamApps_STEAMAPPS_INTERFACE_VERSION004_BIsSubscribed_params *)args; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.cpp b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.cpp index 3312e154..a4ae06ad 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.cpp +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribed( void *args ) { struct ISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribed_params *params = (struct ISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribed_params *)args; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.cpp b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.cpp index 0c94049b..ecbd71e0 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.cpp +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribed( void *args ) { struct ISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribed_params *params = (struct ISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribed_params *)args; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.cpp b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.cpp index ab62cd6d..14baddf6 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.cpp +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribed( void *args ) { struct ISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribed_params *params = (struct ISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribed_params *)args; diff --git a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.cpp b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.cpp index f3cc574e..a81fc0f6 100644 --- a/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.cpp +++ b/lsteamclient/cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribed( void *args ) { struct ISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribed_params *params = (struct ISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribed_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient006.cpp b/lsteamclient/cppISteamClient_SteamClient006.cpp index a2b11594..71e62ec1 100644 --- a/lsteamclient/cppISteamClient_SteamClient006.cpp +++ b/lsteamclient/cppISteamClient_SteamClient006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient006_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient006_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient006_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient007.cpp b/lsteamclient/cppISteamClient_SteamClient007.cpp index c87b6a3f..01107397 100644 --- a/lsteamclient/cppISteamClient_SteamClient007.cpp +++ b/lsteamclient/cppISteamClient_SteamClient007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient007_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient007_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient007_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient008.cpp b/lsteamclient/cppISteamClient_SteamClient008.cpp index 87f944a0..43d5e79e 100644 --- a/lsteamclient/cppISteamClient_SteamClient008.cpp +++ b/lsteamclient/cppISteamClient_SteamClient008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient008_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient008_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient008_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient009.cpp b/lsteamclient/cppISteamClient_SteamClient009.cpp index a342c553..c48c3fe7 100644 --- a/lsteamclient/cppISteamClient_SteamClient009.cpp +++ b/lsteamclient/cppISteamClient_SteamClient009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient009_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient009_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient009_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient010.cpp b/lsteamclient/cppISteamClient_SteamClient010.cpp index 729c2687..1142bae4 100644 --- a/lsteamclient/cppISteamClient_SteamClient010.cpp +++ b/lsteamclient/cppISteamClient_SteamClient010.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient010_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient010_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient010_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient011.cpp b/lsteamclient/cppISteamClient_SteamClient011.cpp index a455b8e0..5a0c0d77 100644 --- a/lsteamclient/cppISteamClient_SteamClient011.cpp +++ b/lsteamclient/cppISteamClient_SteamClient011.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient011_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient011_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient011_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient012.cpp b/lsteamclient/cppISteamClient_SteamClient012.cpp index f9beb85b..3efcf239 100644 --- a/lsteamclient/cppISteamClient_SteamClient012.cpp +++ b/lsteamclient/cppISteamClient_SteamClient012.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient012_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient012_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient012_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient013.cpp b/lsteamclient/cppISteamClient_SteamClient013.cpp index 1ba44b5d..38629986 100644 --- a/lsteamclient/cppISteamClient_SteamClient013.cpp +++ b/lsteamclient/cppISteamClient_SteamClient013.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient013_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient013_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient013_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient014.cpp b/lsteamclient/cppISteamClient_SteamClient014.cpp index 1d04f39a..bf862f76 100644 --- a/lsteamclient/cppISteamClient_SteamClient014.cpp +++ b/lsteamclient/cppISteamClient_SteamClient014.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient014_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient014_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient014_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient015.cpp b/lsteamclient/cppISteamClient_SteamClient015.cpp index 943e6cd2..86b010d1 100644 --- a/lsteamclient/cppISteamClient_SteamClient015.cpp +++ b/lsteamclient/cppISteamClient_SteamClient015.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient015_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient015_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient015_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient016.cpp b/lsteamclient/cppISteamClient_SteamClient016.cpp index f7565a8b..f1e6c5bb 100644 --- a/lsteamclient/cppISteamClient_SteamClient016.cpp +++ b/lsteamclient/cppISteamClient_SteamClient016.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient016_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient016_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient016_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient017.cpp b/lsteamclient/cppISteamClient_SteamClient017.cpp index 14021cfc..7aa2b6e0 100644 --- a/lsteamclient/cppISteamClient_SteamClient017.cpp +++ b/lsteamclient/cppISteamClient_SteamClient017.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient017_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient017_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient017_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient018.cpp b/lsteamclient/cppISteamClient_SteamClient018.cpp index c889e6b0..ac97c853 100644 --- a/lsteamclient/cppISteamClient_SteamClient018.cpp +++ b/lsteamclient/cppISteamClient_SteamClient018.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient018_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient018_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient018_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient019.cpp b/lsteamclient/cppISteamClient_SteamClient019.cpp index 6c479726..077b9cd0 100644 --- a/lsteamclient/cppISteamClient_SteamClient019.cpp +++ b/lsteamclient/cppISteamClient_SteamClient019.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient019_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient019_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient019_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamClient_SteamClient020.cpp b/lsteamclient/cppISteamClient_SteamClient020.cpp index 98afa0b3..599accdc 100644 --- a/lsteamclient/cppISteamClient_SteamClient020.cpp +++ b/lsteamclient/cppISteamClient_SteamClient020.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamClient_SteamClient020_CreateSteamPipe( void *args ) { struct ISteamClient_SteamClient020_CreateSteamPipe_params *params = (struct ISteamClient_SteamClient020_CreateSteamPipe_params *)args; diff --git a/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp b/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp index 00dfe48f..c1c984bd 100644 --- a/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp +++ b/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamController_STEAMCONTROLLER_INTERFACE_VERSION_Init( void *args ) { struct ISteamController_STEAMCONTROLLER_INTERFACE_VERSION_Init_params *params = (struct ISteamController_STEAMCONTROLLER_INTERFACE_VERSION_Init_params *)args; diff --git a/lsteamclient/cppISteamController_SteamController003.cpp b/lsteamclient/cppISteamController_SteamController003.cpp index 318e0ce9..e7d5c52a 100644 --- a/lsteamclient/cppISteamController_SteamController003.cpp +++ b/lsteamclient/cppISteamController_SteamController003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamController_SteamController003_Init( void *args ) { struct ISteamController_SteamController003_Init_params *params = (struct ISteamController_SteamController003_Init_params *)args; diff --git a/lsteamclient/cppISteamController_SteamController004.cpp b/lsteamclient/cppISteamController_SteamController004.cpp index d6e3cfb4..1a387057 100644 --- a/lsteamclient/cppISteamController_SteamController004.cpp +++ b/lsteamclient/cppISteamController_SteamController004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamController_SteamController004_Init( void *args ) { struct ISteamController_SteamController004_Init_params *params = (struct ISteamController_SteamController004_Init_params *)args; diff --git a/lsteamclient/cppISteamController_SteamController005.cpp b/lsteamclient/cppISteamController_SteamController005.cpp index cf1a417b..d8f45d61 100644 --- a/lsteamclient/cppISteamController_SteamController005.cpp +++ b/lsteamclient/cppISteamController_SteamController005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamController_SteamController005_Init( void *args ) { struct ISteamController_SteamController005_Init_params *params = (struct ISteamController_SteamController005_Init_params *)args; diff --git a/lsteamclient/cppISteamController_SteamController006.cpp b/lsteamclient/cppISteamController_SteamController006.cpp index 62ae48e7..52b9f05a 100644 --- a/lsteamclient/cppISteamController_SteamController006.cpp +++ b/lsteamclient/cppISteamController_SteamController006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamController_SteamController006_Init( void *args ) { struct ISteamController_SteamController006_Init_params *params = (struct ISteamController_SteamController006_Init_params *)args; diff --git a/lsteamclient/cppISteamController_SteamController007.cpp b/lsteamclient/cppISteamController_SteamController007.cpp index 57269fd8..683dfe7c 100644 --- a/lsteamclient/cppISteamController_SteamController007.cpp +++ b/lsteamclient/cppISteamController_SteamController007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamController_SteamController007_Init( void *args ) { struct ISteamController_SteamController007_Init_params *params = (struct ISteamController_SteamController007_Init_params *)args; diff --git a/lsteamclient/cppISteamController_SteamController008.cpp b/lsteamclient/cppISteamController_SteamController008.cpp index f332bbde..60ca903f 100644 --- a/lsteamclient/cppISteamController_SteamController008.cpp +++ b/lsteamclient/cppISteamController_SteamController008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamController_SteamController008_Init( void *args ) { struct ISteamController_SteamController008_Init_params *params = (struct ISteamController_SteamController008_Init_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends001.cpp b/lsteamclient/cppISteamFriends_SteamFriends001.cpp index 96ccd754..0987b3cb 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends001.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends001_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends001_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends001_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends002.cpp b/lsteamclient/cppISteamFriends_SteamFriends002.cpp index 637484fe..87e4b721 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends002.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends002_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends002_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends002_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends003.cpp b/lsteamclient/cppISteamFriends_SteamFriends003.cpp index c764b982..44b0e1a7 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends003.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends003_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends003_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends003_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends004.cpp b/lsteamclient/cppISteamFriends_SteamFriends004.cpp index b6534949..e73c0c85 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends004.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends004_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends004_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends004_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends005.cpp b/lsteamclient/cppISteamFriends_SteamFriends005.cpp index 132d52e4..352cfa8b 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends005.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends005_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends005_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends005_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends006.cpp b/lsteamclient/cppISteamFriends_SteamFriends006.cpp index 50451baf..289b82f7 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends006.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends006_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends006_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends006_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends007.cpp b/lsteamclient/cppISteamFriends_SteamFriends007.cpp index d809c513..7373c089 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends007.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends007_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends007_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends007_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends008.cpp b/lsteamclient/cppISteamFriends_SteamFriends008.cpp index 4e0f368d..ebd6836a 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends008.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends008_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends008_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends008_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends009.cpp b/lsteamclient/cppISteamFriends_SteamFriends009.cpp index 11e44d70..13910adf 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends009.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends009_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends009_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends009_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends010.cpp b/lsteamclient/cppISteamFriends_SteamFriends010.cpp index 474d75a7..dbeb612b 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends010.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends010.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends010_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends010_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends010_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends011.cpp b/lsteamclient/cppISteamFriends_SteamFriends011.cpp index a2504864..fc257540 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends011.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends011.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends011_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends011_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends011_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends012.cpp b/lsteamclient/cppISteamFriends_SteamFriends012.cpp index e6cc3e6f..0e724faa 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends012.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends012.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends012_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends012_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends012_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends013.cpp b/lsteamclient/cppISteamFriends_SteamFriends013.cpp index ccd651f9..e5443acb 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends013.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends013.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends013_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends013_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends013_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends014.cpp b/lsteamclient/cppISteamFriends_SteamFriends014.cpp index 67bc7858..e687894e 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends014.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends014.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends014_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends014_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends014_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends015.cpp b/lsteamclient/cppISteamFriends_SteamFriends015.cpp index e55b038c..ea3031be 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends015.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends015.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends015_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends015_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends015_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamFriends_SteamFriends017.cpp b/lsteamclient/cppISteamFriends_SteamFriends017.cpp index 39d7d525..20d9a97f 100644 --- a/lsteamclient/cppISteamFriends_SteamFriends017.cpp +++ b/lsteamclient/cppISteamFriends_SteamFriends017.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamFriends_SteamFriends017_GetPersonaName( void *args ) { struct ISteamFriends_SteamFriends017_GetPersonaName_params *params = (struct ISteamFriends_SteamFriends017_GetPersonaName_params *)args; diff --git a/lsteamclient/cppISteamGameCoordinator_SteamGameCoordinator001.cpp b/lsteamclient/cppISteamGameCoordinator_SteamGameCoordinator001.cpp index 80e976c3..ed19ad99 100644 --- a/lsteamclient/cppISteamGameCoordinator_SteamGameCoordinator001.cpp +++ b/lsteamclient/cppISteamGameCoordinator_SteamGameCoordinator001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameCoordinator_SteamGameCoordinator001_SendMessage( void *args ) { struct ISteamGameCoordinator_SteamGameCoordinator001_SendMessage_params *params = (struct ISteamGameCoordinator_SteamGameCoordinator001_SendMessage_params *)args; diff --git a/lsteamclient/cppISteamGameSearch_SteamMatchGameSearch001.cpp b/lsteamclient/cppISteamGameSearch_SteamMatchGameSearch001.cpp index 2d026147..a5d6fa6f 100644 --- a/lsteamclient/cppISteamGameSearch_SteamMatchGameSearch001.cpp +++ b/lsteamclient/cppISteamGameSearch_SteamMatchGameSearch001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameSearch_SteamMatchGameSearch001_AddGameSearchParams( void *args ) { struct ISteamGameSearch_SteamMatchGameSearch001_AddGameSearchParams_params *params = (struct ISteamGameSearch_SteamMatchGameSearch001_AddGameSearchParams_params *)args; diff --git a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp index 62da6692..38ce9e6c 100644 --- a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp +++ b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServerStats_SteamGameServerStats001_RequestUserStats( void *args ) { struct ISteamGameServerStats_SteamGameServerStats001_RequestUserStats_params *params = (struct ISteamGameServerStats_SteamGameServerStats001_RequestUserStats_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer002.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer002.cpp index 6e202e28..6bfd09e6 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer002.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer002_LogOn( void *args ) { struct ISteamGameServer_SteamGameServer002_LogOn_params *params = (struct ISteamGameServer_SteamGameServer002_LogOn_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer003.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer003.cpp index f580d2ee..84b659ce 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer003.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer003_LogOn( void *args ) { struct ISteamGameServer_SteamGameServer003_LogOn_params *params = (struct ISteamGameServer_SteamGameServer003_LogOn_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer004.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer004.cpp index 0a7e844f..7ad89e8f 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer004.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer004_LogOn( void *args ) { struct ISteamGameServer_SteamGameServer004_LogOn_params *params = (struct ISteamGameServer_SteamGameServer004_LogOn_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer005.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer005.cpp index 4ed38903..80b16875 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer005.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer005_LogOn( void *args ) { struct ISteamGameServer_SteamGameServer005_LogOn_params *params = (struct ISteamGameServer_SteamGameServer005_LogOn_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer008.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer008.cpp index a96b94a1..b835c9b8 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer008.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer008_LogOn( void *args ) { struct ISteamGameServer_SteamGameServer008_LogOn_params *params = (struct ISteamGameServer_SteamGameServer008_LogOn_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer009.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer009.cpp index 814d0fc0..05921ec8 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer009.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer009_LogOn( void *args ) { struct ISteamGameServer_SteamGameServer009_LogOn_params *params = (struct ISteamGameServer_SteamGameServer009_LogOn_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer010.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer010.cpp index 11bd305f..50ac7fc9 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer010.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer010.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer010_LogOn( void *args ) { struct ISteamGameServer_SteamGameServer010_LogOn_params *params = (struct ISteamGameServer_SteamGameServer010_LogOn_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer011.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer011.cpp index 309d29dd..4735885a 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer011.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer011.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer011_InitGameServer( void *args ) { struct ISteamGameServer_SteamGameServer011_InitGameServer_params *params = (struct ISteamGameServer_SteamGameServer011_InitGameServer_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer012.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer012.cpp index 5afc01ae..d7b86ee2 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer012.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer012.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer012_InitGameServer( void *args ) { struct ISteamGameServer_SteamGameServer012_InitGameServer_params *params = (struct ISteamGameServer_SteamGameServer012_InitGameServer_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer013.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer013.cpp index f06e47e3..14fbbe3b 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer013.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer013.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer013_InitGameServer( void *args ) { struct ISteamGameServer_SteamGameServer013_InitGameServer_params *params = (struct ISteamGameServer_SteamGameServer013_InitGameServer_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer014.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer014.cpp index 3e026a5b..bd1980a5 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer014.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer014.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer014_InitGameServer( void *args ) { struct ISteamGameServer_SteamGameServer014_InitGameServer_params *params = (struct ISteamGameServer_SteamGameServer014_InitGameServer_params *)args; diff --git a/lsteamclient/cppISteamGameServer_SteamGameServer015.cpp b/lsteamclient/cppISteamGameServer_SteamGameServer015.cpp index 64fe0520..045fdbfd 100644 --- a/lsteamclient/cppISteamGameServer_SteamGameServer015.cpp +++ b/lsteamclient/cppISteamGameServer_SteamGameServer015.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameServer_SteamGameServer015_InitGameServer( void *args ) { struct ISteamGameServer_SteamGameServer015_InitGameServer_params *params = (struct ISteamGameServer_SteamGameServer015_InitGameServer_params *)args; diff --git a/lsteamclient/cppISteamGameStats_SteamGameStats001.cpp b/lsteamclient/cppISteamGameStats_SteamGameStats001.cpp index 48fb6f4f..73568f63 100644 --- a/lsteamclient/cppISteamGameStats_SteamGameStats001.cpp +++ b/lsteamclient/cppISteamGameStats_SteamGameStats001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamGameStats_SteamGameStats001_GetNewSession( void *args ) { struct ISteamGameStats_SteamGameStats001_GetNewSession_params *params = (struct ISteamGameStats_SteamGameStats001_GetNewSession_params *)args; diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.cpp b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.cpp index 6d57e3cd..0f3805a6 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.cpp +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Init( void *args ) { struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Init_params *params = (struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001_Init_params *)args; diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.cpp b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.cpp index 5476d5b4..cb0ce4ad 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.cpp +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Init( void *args ) { struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Init_params *params = (struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002_Init_params *)args; diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.cpp b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.cpp index 49259db9..aa7f66d0 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.cpp +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Init( void *args ) { struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Init_params *params = (struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003_Init_params *)args; diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.cpp b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.cpp index 46bac650..7633da29 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.cpp +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Init( void *args ) { struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Init_params *params = (struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004_Init_params *)args; diff --git a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.cpp b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.cpp index be661357..8a412cde 100644 --- a/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.cpp +++ b/lsteamclient/cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Init( void *args ) { struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Init_params *params = (struct ISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005_Init_params *)args; diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.cpp index ae9b0885..a48bb4b8 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_CreateHTTPRequest( void *args ) { struct ISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_CreateHTTPRequest_params *params = (struct ISteamHTTP_STEAMHTTP_INTERFACE_VERSION001_CreateHTTPRequest_params *)args; diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.cpp b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.cpp index 95202078..e8823e8a 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.cpp +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateHTTPRequest( void *args ) { struct ISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateHTTPRequest_params *params = (struct ISteamHTTP_STEAMHTTP_INTERFACE_VERSION002_CreateHTTPRequest_params *)args; diff --git a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.cpp b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.cpp index 80e9daa4..286c0ed6 100644 --- a/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.cpp +++ b/lsteamclient/cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateHTTPRequest( void *args ) { struct ISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateHTTPRequest_params *params = (struct ISteamHTTP_STEAMHTTP_INTERFACE_VERSION003_CreateHTTPRequest_params *)args; diff --git a/lsteamclient/cppISteamInput_SteamInput001.cpp b/lsteamclient/cppISteamInput_SteamInput001.cpp index e3e227e2..d406ad0d 100644 --- a/lsteamclient/cppISteamInput_SteamInput001.cpp +++ b/lsteamclient/cppISteamInput_SteamInput001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamInput_SteamInput001_Init( void *args ) { struct ISteamInput_SteamInput001_Init_params *params = (struct ISteamInput_SteamInput001_Init_params *)args; diff --git a/lsteamclient/cppISteamInput_SteamInput002.cpp b/lsteamclient/cppISteamInput_SteamInput002.cpp index c0082d9b..9dd98a6f 100644 --- a/lsteamclient/cppISteamInput_SteamInput002.cpp +++ b/lsteamclient/cppISteamInput_SteamInput002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamInput_SteamInput002_Init( void *args ) { struct ISteamInput_SteamInput002_Init_params *params = (struct ISteamInput_SteamInput002_Init_params *)args; diff --git a/lsteamclient/cppISteamInput_SteamInput005.cpp b/lsteamclient/cppISteamInput_SteamInput005.cpp index d736fa91..6dc1fb87 100644 --- a/lsteamclient/cppISteamInput_SteamInput005.cpp +++ b/lsteamclient/cppISteamInput_SteamInput005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamInput_SteamInput005_Init( void *args ) { struct ISteamInput_SteamInput005_Init_params *params = (struct ISteamInput_SteamInput005_Init_params *)args; diff --git a/lsteamclient/cppISteamInput_SteamInput006.cpp b/lsteamclient/cppISteamInput_SteamInput006.cpp index 4aacc2ff..4fac6bea 100644 --- a/lsteamclient/cppISteamInput_SteamInput006.cpp +++ b/lsteamclient/cppISteamInput_SteamInput006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamInput_SteamInput006_Init( void *args ) { struct ISteamInput_SteamInput006_Init_params *params = (struct ISteamInput_SteamInput006_Init_params *)args; diff --git a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.cpp b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.cpp index 04a20ed6..39900530 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.cpp +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus( void *args ) { struct ISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus_params *params = (struct ISteamInventory_STEAMINVENTORY_INTERFACE_V001_GetResultStatus_params *)args; diff --git a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.cpp b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.cpp index 8b0afaa2..01e88daa 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.cpp +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus( void *args ) { struct ISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_params *params = (struct ISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_params *)args; diff --git a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.cpp b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.cpp index 1540bbfd..41f249ad 100644 --- a/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.cpp +++ b/lsteamclient/cppISteamInventory_STEAMINVENTORY_INTERFACE_V003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus( void *args ) { struct ISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus_params *params = (struct ISteamInventory_STEAMINVENTORY_INTERFACE_V003_GetResultStatus_params *)args; diff --git a/lsteamclient/cppISteamMasterServerUpdater_SteamMasterServerUpdater001.cpp b/lsteamclient/cppISteamMasterServerUpdater_SteamMasterServerUpdater001.cpp index 68788f62..3c92a14d 100644 --- a/lsteamclient/cppISteamMasterServerUpdater_SteamMasterServerUpdater001.cpp +++ b/lsteamclient/cppISteamMasterServerUpdater_SteamMasterServerUpdater001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMasterServerUpdater_SteamMasterServerUpdater001_SetActive( void *args ) { struct ISteamMasterServerUpdater_SteamMasterServerUpdater001_SetActive_params *params = (struct ISteamMasterServerUpdater_SteamMasterServerUpdater001_SetActive_params *)args; diff --git a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.cpp b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.cpp index 8c61644c..332051ce 100644 --- a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.cpp +++ b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails( void *args ) { struct ISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails_params *params = (struct ISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails_params *)args; diff --git a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.cpp b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.cpp index bbd08d88..336bcd49 100644 --- a/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.cpp +++ b/lsteamclient/cppISteamMatchmakingServers_SteamMatchMakingServers002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest( void *args ) { struct ISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest_params *params = (struct ISteamMatchmakingServers_SteamMatchMakingServers002_ReleaseRequest_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking001.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking001.cpp index 3ace300e..f8fd9fd7 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking001.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking001_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.cpp index 6797a1d5..2b7a34de 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking002_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.cpp index 59f85590..54ad6768 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking003_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.cpp index 8d6f40d7..16dc7f4e 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking004_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.cpp index bfcf5f6c..9ae9b94a 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking005_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.cpp index 1ddeb9c4..c0530f36 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking006_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.cpp index 5208d03d..3dbb56dc 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking007_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.cpp index a56cab1f..daa43537 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking008_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.cpp b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.cpp index 08f47010..372fef8b 100644 --- a/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.cpp +++ b/lsteamclient/cppISteamMatchmaking_SteamMatchMaking009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount( void *args ) { struct ISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount_params *params = (struct ISteamMatchmaking_SteamMatchMaking009_GetFavoriteGameCount_params *)args; diff --git a/lsteamclient/cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.cpp index d3a9fb63..6b9159c2 100644 --- a/lsteamclient/cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_RegisterSteamMusicRemote( void *args ) { struct ISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_RegisterSteamMusicRemote_params *params = (struct ISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_RegisterSteamMusicRemote_params *)args; diff --git a/lsteamclient/cppISteamMusic_STEAMMUSIC_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamMusic_STEAMMUSIC_INTERFACE_VERSION001.cpp index b376241e..6450a3de 100644 --- a/lsteamclient/cppISteamMusic_STEAMMUSIC_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamMusic_STEAMMUSIC_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamMusic_STEAMMUSIC_INTERFACE_VERSION001_BIsEnabled( void *args ) { struct ISteamMusic_STEAMMUSIC_INTERFACE_VERSION001_BIsEnabled_params *params = (struct ISteamMusic_STEAMMUSIC_INTERFACE_VERSION001_BIsEnabled_params *)args; diff --git a/lsteamclient/cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.cpp b/lsteamclient/cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.cpp index 3fc90ce2..2ca0b7ee 100644 --- a/lsteamclient/cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.cpp +++ b/lsteamclient/cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_DestroyFakeUDPPort( void *args ) { struct ISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_DestroyFakeUDPPort_params *params = (struct ISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_DestroyFakeUDPPort_params *)args; diff --git a/lsteamclient/cppISteamNetworkingMessages_SteamNetworkingMessages002.cpp b/lsteamclient/cppISteamNetworkingMessages_SteamNetworkingMessages002.cpp index 48c53cfa..6bcb7b50 100644 --- a/lsteamclient/cppISteamNetworkingMessages_SteamNetworkingMessages002.cpp +++ b/lsteamclient/cppISteamNetworkingMessages_SteamNetworkingMessages002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser( void *args ) { struct ISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser_params *params = (struct ISteamNetworkingMessages_SteamNetworkingMessages002_SendMessageToUser_params *)args; diff --git a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.cpp b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.cpp index 43ba4cf0..8ea15233 100644 --- a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.cpp +++ b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous( void *args ) { struct ISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous_params *params = (struct ISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002_SendP2PRendezvous_params *)args; diff --git a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.cpp b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.cpp index 0149faec..1cc661c8 100644 --- a/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.cpp +++ b/lsteamclient/cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous( void *args ) { struct ISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous_params *params = (struct ISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous_params *)args; diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.cpp b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.cpp index eb1bb1ab..e9ec5bf1 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.cpp +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP( void *args ) { struct ISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP_params *params = (struct ISteamNetworkingSockets_SteamNetworkingSockets002_CreateListenSocketIP_params *)args; diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.cpp b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.cpp index 5a1fb9ae..75fba8f6 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.cpp +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP( void *args ) { struct ISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP_params *params = (struct ISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP_params *)args; diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.cpp b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.cpp index f30ac4e8..17ad5c6d 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.cpp +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP( void *args ) { struct ISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP_params *params = (struct ISteamNetworkingSockets_SteamNetworkingSockets006_CreateListenSocketIP_params *)args; diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.cpp b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.cpp index ce6289d5..5b764e4b 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.cpp +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP( void *args ) { struct ISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP_params *params = (struct ISteamNetworkingSockets_SteamNetworkingSockets008_CreateListenSocketIP_params *)args; diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.cpp b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.cpp index cbfedd29..c66141be 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.cpp +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP( void *args ) { struct ISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP_params *params = (struct ISteamNetworkingSockets_SteamNetworkingSockets009_CreateListenSocketIP_params *)args; diff --git a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.cpp b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.cpp index a53e6901..812d4f36 100644 --- a/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.cpp +++ b/lsteamclient/cppISteamNetworkingSockets_SteamNetworkingSockets012.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP( void *args ) { struct ISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP_params *params = (struct ISteamNetworkingSockets_SteamNetworkingSockets012_CreateListenSocketIP_params *)args; diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.cpp b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.cpp index 7ea4d9e0..79fa48a9 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.cpp +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalPingLocation( void *args ) { struct ISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalPingLocation_params *params = (struct ISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalPingLocation_params *)args; diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.cpp b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.cpp index 54f28e21..20b6f3b4 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.cpp +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingUtils_SteamNetworkingUtils002_GetRelayNetworkStatus( void *args ) { struct ISteamNetworkingUtils_SteamNetworkingUtils002_GetRelayNetworkStatus_params *params = (struct ISteamNetworkingUtils_SteamNetworkingUtils002_GetRelayNetworkStatus_params *)args; diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.cpp b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.cpp index e632396d..a1420f21 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.cpp +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingUtils_SteamNetworkingUtils003_GetRelayNetworkStatus( void *args ) { struct ISteamNetworkingUtils_SteamNetworkingUtils003_GetRelayNetworkStatus_params *params = (struct ISteamNetworkingUtils_SteamNetworkingUtils003_GetRelayNetworkStatus_params *)args; diff --git a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.cpp b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.cpp index 67e23a40..a0fdf52e 100644 --- a/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.cpp +++ b/lsteamclient/cppISteamNetworkingUtils_SteamNetworkingUtils004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworkingUtils_SteamNetworkingUtils004_GetRelayNetworkStatus( void *args ) { struct ISteamNetworkingUtils_SteamNetworkingUtils004_GetRelayNetworkStatus_params *params = (struct ISteamNetworkingUtils_SteamNetworkingUtils004_GetRelayNetworkStatus_params *)args; diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking001.cpp b/lsteamclient/cppISteamNetworking_SteamNetworking001.cpp index 32183737..1a085c7d 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking001.cpp +++ b/lsteamclient/cppISteamNetworking_SteamNetworking001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworking_SteamNetworking001_CreateListenSocket( void *args ) { struct ISteamNetworking_SteamNetworking001_CreateListenSocket_params *params = (struct ISteamNetworking_SteamNetworking001_CreateListenSocket_params *)args; diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking002.cpp b/lsteamclient/cppISteamNetworking_SteamNetworking002.cpp index ad990b62..87c1879e 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking002.cpp +++ b/lsteamclient/cppISteamNetworking_SteamNetworking002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworking_SteamNetworking002_CreateListenSocket( void *args ) { struct ISteamNetworking_SteamNetworking002_CreateListenSocket_params *params = (struct ISteamNetworking_SteamNetworking002_CreateListenSocket_params *)args; diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking003.cpp b/lsteamclient/cppISteamNetworking_SteamNetworking003.cpp index c89c006c..9bbc09ea 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking003.cpp +++ b/lsteamclient/cppISteamNetworking_SteamNetworking003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworking_SteamNetworking003_SendP2PPacket( void *args ) { struct ISteamNetworking_SteamNetworking003_SendP2PPacket_params *params = (struct ISteamNetworking_SteamNetworking003_SendP2PPacket_params *)args; diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking004.cpp b/lsteamclient/cppISteamNetworking_SteamNetworking004.cpp index 275d92c0..77389116 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking004.cpp +++ b/lsteamclient/cppISteamNetworking_SteamNetworking004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworking_SteamNetworking004_SendP2PPacket( void *args ) { struct ISteamNetworking_SteamNetworking004_SendP2PPacket_params *params = (struct ISteamNetworking_SteamNetworking004_SendP2PPacket_params *)args; diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking005.cpp b/lsteamclient/cppISteamNetworking_SteamNetworking005.cpp index 7f419c58..b681b92e 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking005.cpp +++ b/lsteamclient/cppISteamNetworking_SteamNetworking005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworking_SteamNetworking005_SendP2PPacket( void *args ) { struct ISteamNetworking_SteamNetworking005_SendP2PPacket_params *params = (struct ISteamNetworking_SteamNetworking005_SendP2PPacket_params *)args; diff --git a/lsteamclient/cppISteamNetworking_SteamNetworking006.cpp b/lsteamclient/cppISteamNetworking_SteamNetworking006.cpp index ee44eb85..8aa17ddf 100644 --- a/lsteamclient/cppISteamNetworking_SteamNetworking006.cpp +++ b/lsteamclient/cppISteamNetworking_SteamNetworking006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamNetworking_SteamNetworking006_SendP2PPacket( void *args ) { struct ISteamNetworking_SteamNetworking006_SendP2PPacket_params *params = (struct ISteamNetworking_SteamNetworking006_SendP2PPacket_params *)args; diff --git a/lsteamclient/cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.cpp index 5a5291d7..5afae401 100644 --- a/lsteamclient/cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsParentalLockEnabled( void *args ) { struct ISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsParentalLockEnabled_params *params = (struct ISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsParentalLockEnabled_params *)args; diff --git a/lsteamclient/cppISteamParties_SteamParties002.cpp b/lsteamclient/cppISteamParties_SteamParties002.cpp index cade610b..28cc996e 100644 --- a/lsteamclient/cppISteamParties_SteamParties002.cpp +++ b/lsteamclient/cppISteamParties_SteamParties002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamParties_SteamParties002_GetNumActiveBeacons( void *args ) { struct ISteamParties_SteamParties002_GetNumActiveBeacons_params *params = (struct ISteamParties_SteamParties002_GetNumActiveBeacons_params *)args; diff --git a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.cpp index 2c4ce729..1f2f3634 100644 --- a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount( void *args ) { struct ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount_params *params = (struct ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001_GetSessionCount_params *)args; diff --git a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.cpp b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.cpp index b7900dee..d26ab889 100644 --- a/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.cpp +++ b/lsteamclient/cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount( void *args ) { struct ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount_params *params = (struct ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001.cpp index 5e7c2e53..ddc015dd 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.cpp index 4669cc9f..82a38a6d 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.cpp index 6d14486e..967ad0d5 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.cpp index 466c4237..b29abce7 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.cpp index dbad5e61..4ecaf04a 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.cpp index 14a30277..731e82f4 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.cpp index 83f38ee4..5073fcf0 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.cpp index f8cbc2e4..ef63e3de 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.cpp index 471bd6a6..397d6e55 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.cpp index 87fc4fe0..5d69ddcf 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.cpp index b3da9328..054faf6a 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.cpp index f865103e..259fd28b 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.cpp index ae5eecff..dedfc543 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.cpp index 61c96e16..e285123d 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.cpp b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.cpp index 8f9cec67..99e37e4c 100644 --- a/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.cpp +++ b/lsteamclient/cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite( void *args ) { struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite_params *params = (struct ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016_FileWrite_params *)args; diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.cpp index 7298df77..c7a39c12 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot( void *args ) { struct ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot_params *params = (struct ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001_WriteScreenshot_params *)args; diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.cpp b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.cpp index 43fa053d..a9045737 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.cpp +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot( void *args ) { struct ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot_params *params = (struct ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot_params *)args; diff --git a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.cpp b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.cpp index 98013217..62102b34 100644 --- a/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.cpp +++ b/lsteamclient/cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot( void *args ) { struct ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot_params *params = (struct ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_WriteScreenshot_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.cpp index dbe6abf9..fbabb4c1 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION001_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.cpp index fa547e39..bd1da001 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION002_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.cpp index 78eac246..72ec6223 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION003_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.cpp index b18d043e..f618b1b7 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION004_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.cpp index 4f58f4f5..f39b39fe 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION005_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.cpp index 5fd955a6..3fcee639 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION006_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.cpp index 1c0a0c41..6332bced 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.cpp index a26a25aa..8a741573 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION008_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.cpp index bdf41c96..dcf28a82 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION009_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.cpp index 0ec0e4ac..8736e6e2 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION010_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.cpp index 02a80282..0a438011 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION012.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION012_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.cpp index 10b9a937..b9f9f6e5 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION013.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION013_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.cpp index 201a95ee..f5e0d500 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION014.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION014_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.cpp index f7564931..a73fbaee 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION015.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION015_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.cpp index 189bbb2a..5a83557a 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION016.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION016_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.cpp index a9f433bd..6dccf4d7 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION017.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION017_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.cpp b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.cpp index ce5deb6b..165b39d8 100644 --- a/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.cpp +++ b/lsteamclient/cppISteamUGC_STEAMUGC_INTERFACE_VERSION018.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest( void *args ) { struct ISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest_params *params = (struct ISteamUGC_STEAMUGC_INTERFACE_VERSION018_CreateQueryUserUGCRequest_params *)args; diff --git a/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.cpp index 63419465..ee64a264 100644 --- a/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod( void *args ) { struct ISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params *params = (struct ISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001_SendMethod_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001.cpp index 133c038f..b8b84783 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001_GetNumStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002.cpp index 7bc6d5ed..c565e8ff 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002_GetNumStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.cpp index 056144b0..b419ced9 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.cpp index 9c763ac9..32438a49 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.cpp index 8108c2a7..4ce2e234 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.cpp index e29949e9..8600c670 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.cpp index 528f6344..20874082 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.cpp index 14bf8f0d..fcfe569f 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.cpp index 023a3c58..0bb5de17 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.cpp index 1a2e2f01..b7ce2a7a 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.cpp index 3a4bc889..0d725405 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.cpp b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.cpp index 08d636c0..7f79a4fe 100644 --- a/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.cpp +++ b/lsteamclient/cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestCurrentStats( void *args ) { struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestCurrentStats_params *params = (struct ISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestCurrentStats_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser004.cpp b/lsteamclient/cppISteamUser_SteamUser004.cpp index 274c0bce..524ecc15 100644 --- a/lsteamclient/cppISteamUser_SteamUser004.cpp +++ b/lsteamclient/cppISteamUser_SteamUser004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser004_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser004_GetHSteamUser_params *params = (struct ISteamUser_SteamUser004_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser005.cpp b/lsteamclient/cppISteamUser_SteamUser005.cpp index 34a73883..b45c395a 100644 --- a/lsteamclient/cppISteamUser_SteamUser005.cpp +++ b/lsteamclient/cppISteamUser_SteamUser005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser005_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser005_GetHSteamUser_params *params = (struct ISteamUser_SteamUser005_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser006.cpp b/lsteamclient/cppISteamUser_SteamUser006.cpp index 45c38534..d97c10df 100644 --- a/lsteamclient/cppISteamUser_SteamUser006.cpp +++ b/lsteamclient/cppISteamUser_SteamUser006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser006_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser006_GetHSteamUser_params *params = (struct ISteamUser_SteamUser006_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser007.cpp b/lsteamclient/cppISteamUser_SteamUser007.cpp index 52e13f17..6988b481 100644 --- a/lsteamclient/cppISteamUser_SteamUser007.cpp +++ b/lsteamclient/cppISteamUser_SteamUser007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser007_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser007_GetHSteamUser_params *params = (struct ISteamUser_SteamUser007_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser008.cpp b/lsteamclient/cppISteamUser_SteamUser008.cpp index 8777379c..ea0f9d40 100644 --- a/lsteamclient/cppISteamUser_SteamUser008.cpp +++ b/lsteamclient/cppISteamUser_SteamUser008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser008_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser008_GetHSteamUser_params *params = (struct ISteamUser_SteamUser008_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser009.cpp b/lsteamclient/cppISteamUser_SteamUser009.cpp index 849f1d97..a6aee74b 100644 --- a/lsteamclient/cppISteamUser_SteamUser009.cpp +++ b/lsteamclient/cppISteamUser_SteamUser009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser009_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser009_GetHSteamUser_params *params = (struct ISteamUser_SteamUser009_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser010.cpp b/lsteamclient/cppISteamUser_SteamUser010.cpp index 01d29a5a..6f9e7da9 100644 --- a/lsteamclient/cppISteamUser_SteamUser010.cpp +++ b/lsteamclient/cppISteamUser_SteamUser010.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser010_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser010_GetHSteamUser_params *params = (struct ISteamUser_SteamUser010_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser011.cpp b/lsteamclient/cppISteamUser_SteamUser011.cpp index 2a926e13..2eb6a953 100644 --- a/lsteamclient/cppISteamUser_SteamUser011.cpp +++ b/lsteamclient/cppISteamUser_SteamUser011.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser011_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser011_GetHSteamUser_params *params = (struct ISteamUser_SteamUser011_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser012.cpp b/lsteamclient/cppISteamUser_SteamUser012.cpp index 43bb468a..ad9e3d9a 100644 --- a/lsteamclient/cppISteamUser_SteamUser012.cpp +++ b/lsteamclient/cppISteamUser_SteamUser012.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser012_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser012_GetHSteamUser_params *params = (struct ISteamUser_SteamUser012_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser013.cpp b/lsteamclient/cppISteamUser_SteamUser013.cpp index 2c6a66cc..34c5eaec 100644 --- a/lsteamclient/cppISteamUser_SteamUser013.cpp +++ b/lsteamclient/cppISteamUser_SteamUser013.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser013_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser013_GetHSteamUser_params *params = (struct ISteamUser_SteamUser013_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser014.cpp b/lsteamclient/cppISteamUser_SteamUser014.cpp index c461c2cc..08382ad7 100644 --- a/lsteamclient/cppISteamUser_SteamUser014.cpp +++ b/lsteamclient/cppISteamUser_SteamUser014.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser014_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser014_GetHSteamUser_params *params = (struct ISteamUser_SteamUser014_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser015.cpp b/lsteamclient/cppISteamUser_SteamUser015.cpp index 244d3306..9db3db6d 100644 --- a/lsteamclient/cppISteamUser_SteamUser015.cpp +++ b/lsteamclient/cppISteamUser_SteamUser015.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser015_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser015_GetHSteamUser_params *params = (struct ISteamUser_SteamUser015_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser016.cpp b/lsteamclient/cppISteamUser_SteamUser016.cpp index e66b7032..4474cf63 100644 --- a/lsteamclient/cppISteamUser_SteamUser016.cpp +++ b/lsteamclient/cppISteamUser_SteamUser016.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser016_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser016_GetHSteamUser_params *params = (struct ISteamUser_SteamUser016_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser017.cpp b/lsteamclient/cppISteamUser_SteamUser017.cpp index 58b03bc2..c720d5ee 100644 --- a/lsteamclient/cppISteamUser_SteamUser017.cpp +++ b/lsteamclient/cppISteamUser_SteamUser017.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser017_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser017_GetHSteamUser_params *params = (struct ISteamUser_SteamUser017_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser018.cpp b/lsteamclient/cppISteamUser_SteamUser018.cpp index 257a35e0..95e20bcf 100644 --- a/lsteamclient/cppISteamUser_SteamUser018.cpp +++ b/lsteamclient/cppISteamUser_SteamUser018.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser018_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser018_GetHSteamUser_params *params = (struct ISteamUser_SteamUser018_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser019.cpp b/lsteamclient/cppISteamUser_SteamUser019.cpp index c78c593c..70eb977f 100644 --- a/lsteamclient/cppISteamUser_SteamUser019.cpp +++ b/lsteamclient/cppISteamUser_SteamUser019.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser019_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser019_GetHSteamUser_params *params = (struct ISteamUser_SteamUser019_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser020.cpp b/lsteamclient/cppISteamUser_SteamUser020.cpp index 48e15b0b..a62213c3 100644 --- a/lsteamclient/cppISteamUser_SteamUser020.cpp +++ b/lsteamclient/cppISteamUser_SteamUser020.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser020_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser020_GetHSteamUser_params *params = (struct ISteamUser_SteamUser020_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser021.cpp b/lsteamclient/cppISteamUser_SteamUser021.cpp index 2026d4bf..ec431521 100644 --- a/lsteamclient/cppISteamUser_SteamUser021.cpp +++ b/lsteamclient/cppISteamUser_SteamUser021.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser021_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser021_GetHSteamUser_params *params = (struct ISteamUser_SteamUser021_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser022.cpp b/lsteamclient/cppISteamUser_SteamUser022.cpp index fdebf739..3ff4a38c 100644 --- a/lsteamclient/cppISteamUser_SteamUser022.cpp +++ b/lsteamclient/cppISteamUser_SteamUser022.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser022_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser022_GetHSteamUser_params *params = (struct ISteamUser_SteamUser022_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUser_SteamUser023.cpp b/lsteamclient/cppISteamUser_SteamUser023.cpp index f0a26ab0..62cfafd5 100644 --- a/lsteamclient/cppISteamUser_SteamUser023.cpp +++ b/lsteamclient/cppISteamUser_SteamUser023.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUser_SteamUser023_GetHSteamUser( void *args ) { struct ISteamUser_SteamUser023_GetHSteamUser_params *params = (struct ISteamUser_SteamUser023_GetHSteamUser_params *)args; diff --git a/lsteamclient/cppISteamUtils_SteamUtils002.cpp b/lsteamclient/cppISteamUtils_SteamUtils002.cpp index 32c232e9..0bf5f137 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils002.cpp +++ b/lsteamclient/cppISteamUtils_SteamUtils002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUtils_SteamUtils002_GetSecondsSinceAppActive( void *args ) { struct ISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils002_GetSecondsSinceAppActive_params *)args; diff --git a/lsteamclient/cppISteamUtils_SteamUtils004.cpp b/lsteamclient/cppISteamUtils_SteamUtils004.cpp index 43b8efcf..107aad71 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils004.cpp +++ b/lsteamclient/cppISteamUtils_SteamUtils004.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUtils_SteamUtils004_GetSecondsSinceAppActive( void *args ) { struct ISteamUtils_SteamUtils004_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils004_GetSecondsSinceAppActive_params *)args; diff --git a/lsteamclient/cppISteamUtils_SteamUtils005.cpp b/lsteamclient/cppISteamUtils_SteamUtils005.cpp index d5a2f334..95b808f0 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils005.cpp +++ b/lsteamclient/cppISteamUtils_SteamUtils005.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUtils_SteamUtils005_GetSecondsSinceAppActive( void *args ) { struct ISteamUtils_SteamUtils005_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils005_GetSecondsSinceAppActive_params *)args; diff --git a/lsteamclient/cppISteamUtils_SteamUtils006.cpp b/lsteamclient/cppISteamUtils_SteamUtils006.cpp index de2dee94..1fc9b261 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils006.cpp +++ b/lsteamclient/cppISteamUtils_SteamUtils006.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUtils_SteamUtils006_GetSecondsSinceAppActive( void *args ) { struct ISteamUtils_SteamUtils006_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils006_GetSecondsSinceAppActive_params *)args; diff --git a/lsteamclient/cppISteamUtils_SteamUtils007.cpp b/lsteamclient/cppISteamUtils_SteamUtils007.cpp index 26632851..38e10d2b 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils007.cpp +++ b/lsteamclient/cppISteamUtils_SteamUtils007.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUtils_SteamUtils007_GetSecondsSinceAppActive( void *args ) { struct ISteamUtils_SteamUtils007_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils007_GetSecondsSinceAppActive_params *)args; diff --git a/lsteamclient/cppISteamUtils_SteamUtils008.cpp b/lsteamclient/cppISteamUtils_SteamUtils008.cpp index 47ef7814..91417991 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils008.cpp +++ b/lsteamclient/cppISteamUtils_SteamUtils008.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUtils_SteamUtils008_GetSecondsSinceAppActive( void *args ) { struct ISteamUtils_SteamUtils008_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils008_GetSecondsSinceAppActive_params *)args; diff --git a/lsteamclient/cppISteamUtils_SteamUtils009.cpp b/lsteamclient/cppISteamUtils_SteamUtils009.cpp index 81fa9e7d..03e0f706 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils009.cpp +++ b/lsteamclient/cppISteamUtils_SteamUtils009.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUtils_SteamUtils009_GetSecondsSinceAppActive( void *args ) { struct ISteamUtils_SteamUtils009_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils009_GetSecondsSinceAppActive_params *)args; diff --git a/lsteamclient/cppISteamUtils_SteamUtils010.cpp b/lsteamclient/cppISteamUtils_SteamUtils010.cpp index 82889df1..1eebb7ef 100644 --- a/lsteamclient/cppISteamUtils_SteamUtils010.cpp +++ b/lsteamclient/cppISteamUtils_SteamUtils010.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamUtils_SteamUtils010_GetSecondsSinceAppActive( void *args ) { struct ISteamUtils_SteamUtils010_GetSecondsSinceAppActive_params *params = (struct ISteamUtils_SteamUtils010_GetSecondsSinceAppActive_params *)args; diff --git a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.cpp b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.cpp index 43a36080..415862c5 100644 --- a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.cpp +++ b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL( void *args ) { struct ISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL_params *params = (struct ISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL_params *)args; diff --git a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.cpp b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.cpp index 218ca20b..92a2b0bf 100644 --- a/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.cpp +++ b/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V002.cpp @@ -1,6 +1,10 @@ /* This file is auto-generated, do not edit. */ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + NTSTATUS ISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL( void *args ) { struct ISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params *params = (struct ISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params *)args; diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index 83368e1b..8bcc5d37 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -1084,6 +1084,10 @@ def handle_class(klass): out(u'/* This file is auto-generated, do not edit. */\n') out(u'#include "unix_private.h"\n\n') + out(u'#if 0\n') + out(u'#pragma makedep unix\n') + out(u'#endif\n\n') + for method in klass.methods: if type(method) is Destructor: continue @@ -1548,6 +1552,10 @@ with open('unixlib_generated.cpp', 'w') as file: out = file.write out(u'/* This file is auto-generated, do not edit. */\n\n') + out(u'#if 0\n') + out(u'#pragma makedep unix\n') + out(u'#endif\n') + out(u'\n') out(u'#include "unix_private.h"\n\n') out(u'extern "C" const unixlib_entry_t __wine_unix_call_funcs[] =\n') @@ -1695,7 +1703,7 @@ with open('unixlib_generated.cpp', 'w') as file: out(u' }\n') out(u'#undef MAKE_CASE\n') out(u'\n') - out(u' callback = HeapAlloc( GetProcessHeap(), 0, len );\n') + out(u' callback = malloc( len );\n') out(u' *callback_len = len;\n') out(u' return callback;\n') out(u'}\n') diff --git a/lsteamclient/steamclient_main.c b/lsteamclient/steamclient_main.c index 4a72869b..b2d0626c 100644 --- a/lsteamclient/steamclient_main.c +++ b/lsteamclient/steamclient_main.c @@ -45,7 +45,7 @@ DEFINE_VTBL_WRAPPER(56); #endif -char g_tmppath[PATH_MAX]; +static char temp_path_buffer[PATH_MAX]; static CRITICAL_SECTION steamclient_cs = { NULL, -1, 0, 0, 0, 0 }; static HANDLE steam_overlay_event; @@ -63,6 +63,7 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved) init_type_info_rtti( (char *)instance ); init_rtti( (char *)instance ); #endif /* __x86_64__ */ + __wine_init_unix_call(); break; case DLL_PROCESS_DETACH: CloseHandle(steam_overlay_event); @@ -306,7 +307,7 @@ done: static int load_steamclient(void) { char steam_app_id[4096], ignore_child_processes[4096]; - struct steamclient_init_params params = {0}; + struct steamclient_init_params params = {.g_tmppath = temp_path_buffer}; if (!GetEnvironmentVariableA("SteamAppId", steam_app_id, ARRAY_SIZE(steam_app_id))) params.steam_app_id_unset = GetLastError() == ERROR_ENVVAR_NOT_FOUND; @@ -357,19 +358,19 @@ static void execute_pending_callbacks(void) params.callback->call_cdecl_func_data.pFunc( params.callback->call_cdecl_func_data.data ); break; case CALL_IFACE_VTABLE_0: - TRACE( "CALL_IFACE_VTABLE_0 iface %p, arg0 %#jx, arg1 %#jx, arg2 %#jx.\n", params.callback->call_iface_vtable.iface, + TRACE( "CALL_IFACE_VTABLE_0 iface %p, arg0 %#I64x, arg1 %#I64x, arg2 %#I64x.\n", params.callback->call_iface_vtable.iface, params.callback->call_iface_vtable.arg0, params.callback->call_iface_vtable.arg1, params.callback->call_iface_vtable.arg2 ); CALL_VTBL_FUNC( params.callback->call_iface_vtable.iface, 0, void, (void *, intptr_t, intptr_t, intptr_t), (params.callback->call_iface_vtable.iface, params.callback->call_iface_vtable.arg0, params.callback->call_iface_vtable.arg1, params.callback->call_iface_vtable.arg2) ); break; case CALL_IFACE_VTABLE_1: - TRACE( "CALL_IFACE_VTABLE_1 iface %p, arg0 %#jx, arg1 %#jx, arg2 %#jx.\n", params.callback->call_iface_vtable.iface, + TRACE( "CALL_IFACE_VTABLE_1 iface %p, arg0 %#I64x, arg1 %#I64x, arg2 %#I64x.\n", params.callback->call_iface_vtable.iface, params.callback->call_iface_vtable.arg0, params.callback->call_iface_vtable.arg1, params.callback->call_iface_vtable.arg2 ); CALL_VTBL_FUNC( params.callback->call_iface_vtable.iface, 4, void, (void *, intptr_t, intptr_t, intptr_t), (params.callback->call_iface_vtable.iface, params.callback->call_iface_vtable.arg0, params.callback->call_iface_vtable.arg1, params.callback->call_iface_vtable.arg2) ); break; case CALL_IFACE_VTABLE_2: - TRACE( "CALL_IFACE_VTABLE_2 iface %p, arg0 %#jx, arg1 %#jx, arg2 %#jx.\n", params.callback->call_iface_vtable.iface, + TRACE( "CALL_IFACE_VTABLE_2 iface %p, arg0 %#I64x, arg1 %#I64x, arg2 %#I64x.\n", params.callback->call_iface_vtable.iface, params.callback->call_iface_vtable.arg0, params.callback->call_iface_vtable.arg1, params.callback->call_iface_vtable.arg2 ); CALL_VTBL_FUNC( params.callback->call_iface_vtable.iface, 8, void, (void *, intptr_t, intptr_t, intptr_t), (params.callback->call_iface_vtable.iface, params.callback->call_iface_vtable.arg0, params.callback->call_iface_vtable.arg1, params.callback->call_iface_vtable.arg2) ); diff --git a/lsteamclient/steamclient_structs.h b/lsteamclient/steamclient_structs.h index 0e57b668..c2e75816 100644 --- a/lsteamclient/steamclient_structs.h +++ b/lsteamclient/steamclient_structs.h @@ -62,7 +62,7 @@ typedef struct SteamDatagramGameCoordinatorServerLogin SteamDatagramGameCoordina #include "steamclient_structs_generated.h" #define PATH_MAX 4096 -extern char g_tmppath[PATH_MAX]; +extern char *g_tmppath; #ifdef __cplusplus } /* extern "C" */ diff --git a/lsteamclient/unix_private.h b/lsteamclient/unix_private.h index b9208aee..98b39377 100644 --- a/lsteamclient/unix_private.h +++ b/lsteamclient/unix_private.h @@ -10,6 +10,8 @@ #include "steamclient_structs.h" #include "unixlib.h" +#include + #include "wine/debug.h" #include "wine/list.h" diff --git a/lsteamclient/unix_steam_input_manual.cpp b/lsteamclient/unix_steam_input_manual.cpp index 815081d2..c839be57 100644 --- a/lsteamclient/unix_steam_input_manual.cpp +++ b/lsteamclient/unix_steam_input_manual.cpp @@ -1,5 +1,9 @@ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + #include #ifdef __linux__ @@ -202,7 +206,7 @@ static const char *glyph_cache_lookup( glyph_cache &cache, const char *lin_path, if (cache.find( key ) == cache.end()) { - char *dos_path = (char *)HeapAlloc( GetProcessHeap(), 0, PATH_MAX ); + char *dos_path = (char *)malloc( PATH_MAX ); steamclient_unix_path_to_dos_path( 1, lin_path, dos_path, PATH_MAX, 0 ); cache[key] = dos_path; } diff --git a/lsteamclient/unix_steam_networking_manual.cpp b/lsteamclient/unix_steam_networking_manual.cpp index b8d4fd84..74b381e0 100644 --- a/lsteamclient/unix_steam_networking_manual.cpp +++ b/lsteamclient/unix_steam_networking_manual.cpp @@ -1,6 +1,8 @@ #include "unix_private.h" -#include +#if 0 +#pragma makedep unix +#endif WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/unix_steam_utils_manual.cpp b/lsteamclient/unix_steam_utils_manual.cpp index eb5ce3df..f9e45a40 100644 --- a/lsteamclient/unix_steam_utils_manual.cpp +++ b/lsteamclient/unix_steam_utils_manual.cpp @@ -1,5 +1,9 @@ #include "unix_private.h" +#if 0 +#pragma makedep unix +#endif + WINE_DEFAULT_DEBUG_CHANNEL(steamclient); /* ISteamUtils_SteamUtils002 */ @@ -23,7 +27,7 @@ NTSTATUS ISteamUtils_SteamUtils002_GetAPICallResult( void *args ) { convert_callback_utow( params->iCallbackExpected, u_callback, u_callback_len, params->pCallback, params->cubCallback ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; @@ -50,7 +54,7 @@ NTSTATUS ISteamUtils_SteamUtils004_GetAPICallResult( void *args ) { convert_callback_utow( params->iCallbackExpected, u_callback, u_callback_len, params->pCallback, params->cubCallback ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; @@ -77,7 +81,7 @@ NTSTATUS ISteamUtils_SteamUtils005_GetAPICallResult( void *args ) { convert_callback_utow( params->iCallbackExpected, u_callback, u_callback_len, params->pCallback, params->cubCallback ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; @@ -104,7 +108,7 @@ NTSTATUS ISteamUtils_SteamUtils006_GetAPICallResult( void *args ) { convert_callback_utow( params->iCallbackExpected, u_callback, u_callback_len, params->pCallback, params->cubCallback ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; @@ -131,7 +135,7 @@ NTSTATUS ISteamUtils_SteamUtils007_GetAPICallResult( void *args ) { convert_callback_utow( params->iCallbackExpected, u_callback, u_callback_len, params->pCallback, params->cubCallback ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; @@ -158,7 +162,7 @@ NTSTATUS ISteamUtils_SteamUtils008_GetAPICallResult( void *args ) { convert_callback_utow( params->iCallbackExpected, u_callback, u_callback_len, params->pCallback, params->cubCallback ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; @@ -185,7 +189,7 @@ NTSTATUS ISteamUtils_SteamUtils009_GetAPICallResult( void *args ) { convert_callback_utow( params->iCallbackExpected, u_callback, u_callback_len, params->pCallback, params->cubCallback ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; @@ -212,7 +216,7 @@ NTSTATUS ISteamUtils_SteamUtils010_GetAPICallResult( void *args ) { convert_callback_utow( params->iCallbackExpected, u_callback, u_callback_len, params->pCallback, params->cubCallback ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; diff --git a/lsteamclient/unixlib.cpp b/lsteamclient/unixlib.cpp index 6e85d3b7..ef44805d 100644 --- a/lsteamclient/unixlib.cpp +++ b/lsteamclient/unixlib.cpp @@ -1,3 +1,5 @@ +#include "ntstatus.h" +#define WIN32_NO_STATUS #include "unix_private.h" #include @@ -5,8 +7,14 @@ #include #include +#if 0 +#pragma makedep unix +#endif + WINE_DEFAULT_DEBUG_CHANNEL(steamclient); +char *g_tmppath; + struct callback_entry { struct list entry; @@ -298,7 +306,7 @@ NTSTATUS steamclient_Steam_GetAPICallResult( void *args ) if (params->_ret && u_callback != params->w_callback) { convert_callback_utow( params->id, u_callback, u_callback_len, params->w_callback, params->w_callback_len ); - HeapFree( GetProcessHeap(), 0, u_callback ); + free( u_callback ); } return 0; @@ -310,6 +318,8 @@ NTSTATUS steamclient_init( void *args ) char path[PATH_MAX], resolved_path[PATH_MAX]; static void *steamclient; + g_tmppath = params->g_tmppath; + if (params->steam_app_id_unset) unsetenv( "SteamAppId" ); else if (params->steam_app_id) setenv( "SteamAppId", params->steam_app_id, TRUE ); if (params->ignore_child_processes_unset) unsetenv( "IgnoreChildProcesses" ); @@ -360,6 +370,7 @@ NTSTATUS steamclient_init( void *args ) LOAD_FUNC( Steam_IsKnownInterface ); LOAD_FUNC( Steam_NotifyMissingInterface ); + TRACE( "Loaded host steamclient from %s\n", debugstr_a(path) ); return 0; } @@ -393,6 +404,32 @@ NTSTATUS steamclient_Steam_NotifyMissingInterface( void *args ) #define IS_ABSOLUTE( x ) (*x == '/' || *x == '\\' || (*x && *(x + 1) == ':')) +static char *get_unix_file_name( const WCHAR *path ) +{ + UNICODE_STRING nt_name; + OBJECT_ATTRIBUTES attr; + NTSTATUS status; + ULONG size = 256; + char *buffer; + + nt_name.Buffer = (WCHAR *)path; + nt_name.MaximumLength = nt_name.Length = lstrlenW( path ) * sizeof(WCHAR); + InitializeObjectAttributes( &attr, &nt_name, 0, 0, NULL ); + for (;;) + { + if (!(buffer = (char *)malloc( size ))) return NULL; + status = wine_nt_to_unix_file_name( &attr, buffer, &size, FILE_OPEN_IF ); + if (status != STATUS_BUFFER_TOO_SMALL) break; + free( buffer ); + } + if (status && status != STATUS_NO_SUCH_FILE) + { + free( buffer ); + return NULL; + } + return buffer; +} + char *steamclient_dos_to_unix_path( const char *src, int is_url ) { static const char file_prot[] = "file://"; @@ -422,14 +459,18 @@ char *steamclient_dos_to_unix_path( const char *src, int is_url ) if (IS_ABSOLUTE( src )) { /* absolute path, use wine conversion */ - WCHAR srcW[PATH_MAX] = {0}; + WCHAR srcW[PATH_MAX] = {'\\', '?', '?', '\\', 0}, *tmp; char *unix_path; uint32_t r; - r = MultiByteToWideChar( CP_UNIXCP, 0, src, -1, srcW, PATH_MAX ); - if (r == 0) return NULL; + r = ntdll_umbstowcs( src, -1, srcW + 4, PATH_MAX - 4 ); + if (r == 0) unix_path = NULL; + else + { + for (tmp = srcW; *tmp; ++tmp) if (*tmp == '/') *tmp = '\\'; + unix_path = get_unix_file_name( srcW ); + } - unix_path = wine_get_unix_file_name( srcW ); if (!unix_path) { WARN( "Unable to convert DOS filename to unix: %s\n", src ); @@ -437,7 +478,7 @@ char *steamclient_dos_to_unix_path( const char *src, int is_url ) } lstrcpynA( dst, unix_path, PATH_MAX ); - HeapFree( GetProcessHeap(), 0, unix_path ); + free( unix_path ); } else { @@ -456,7 +497,7 @@ char *steamclient_dos_to_unix_path( const char *src, int is_url ) done: len = strlen( buffer ) + 1; - if (!(dst = (char *)HeapAlloc( GetProcessHeap(), 0, len ))) return NULL; + if (!(dst = (char *)malloc( len ))) return NULL; memcpy( dst, buffer, len ); TRACE( "-> %s\n", debugstr_a(dst) ); @@ -465,7 +506,7 @@ done: void steamclient_free_path( char *path ) { - HeapFree( GetProcessHeap(), 0, path ); + free( path ); } const char **steamclient_dos_to_unix_path_array( const char **src ) @@ -473,7 +514,7 @@ const char **steamclient_dos_to_unix_path_array( const char **src ) size_t len; const char **s; char **out, **o; - WCHAR scratch[PATH_MAX] = {0}; + WCHAR scratch[PATH_MAX] = {'\\', '?', '?', '\\', 0}, *tmp; TRACE( "src %p\n", src ); @@ -482,21 +523,22 @@ const char **steamclient_dos_to_unix_path_array( const char **src ) len = sizeof(char *); /* NUL */ for (s = src; *s; ++s) len += sizeof(char *); - out = (char **)HeapAlloc( GetProcessHeap(), 0, len ); + out = (char **)malloc( len ); for (s = src, o = out; *s; ++s, ++o) { TRACE( " src[%zu] %s\n", s - src, debugstr_a(*s) ); if (IS_ABSOLUTE( *s )) { - MultiByteToWideChar( CP_UNIXCP, 0, *s, -1, scratch, PATH_MAX ); - *o = wine_get_unix_file_name( scratch ); + ntdll_umbstowcs( *s, -1, scratch + 4, PATH_MAX - 4 ); + for (tmp = scratch; *tmp; ++tmp) if (*tmp == '/') *tmp = '\\'; + *o = get_unix_file_name( scratch ); } else { const char *r; char *l; - *o = (char *)HeapAlloc( GetProcessHeap(), 0, strlen( *s ) + 1 ); + *o = (char *)malloc( strlen( *s ) + 1 ); for (r = *s, l = *o; *r; ++l, ++r) { if (*r == '\\') *l = '/'; @@ -517,8 +559,8 @@ void steamclient_free_path_array( const char **path_array ) { const char **path; if (!path_array) return; - for (path = path_array; *path; path++) HeapFree( GetProcessHeap(), 0, *(char **)path ); - HeapFree( GetProcessHeap(), 0, path_array ); + for (path = path_array; *path; path++) free( *(char **)path ); + free( path_array ); } /* Returns: @@ -528,8 +570,10 @@ void steamclient_free_path_array( const char **path_array ) unsigned int steamclient_unix_path_to_dos_path( bool api_result, const char *src, char *dst, uint32_t dst_bytes, int is_url ) { static const char file_prot[] = "file://"; + NTSTATUS status; + ULONG size = 0; + uint32_t r = 0; WCHAR *dosW; - uint32_t r; TRACE( "api_result %u, src %s, dst %p, dst_bytes %u is_url %u\n", api_result, debugstr_a(src), dst, dst_bytes, is_url ); @@ -560,22 +604,27 @@ unsigned int steamclient_unix_path_to_dos_path( bool api_result, const char *src dst_bytes -= 7; } - dosW = wine_get_dos_file_name( src ); - if (!dosW) + status = wine_unix_to_nt_file_name( src, NULL, &size ); + if (status != STATUS_BUFFER_TOO_SMALL) { WARN( "Unable to convert unix filename to DOS: %s.\n", debugstr_a(src) ); *dst = 0; return 0; } - r = WideCharToMultiByte( CP_ACP, 0, dosW, -1, dst, dst_bytes, NULL, NULL ); - if (!r) + dosW = (WCHAR *)malloc( size * sizeof(WCHAR) ); + status = wine_unix_to_nt_file_name( src, dosW, &size ); + if (!status) r = ntdll_wcstoumbs( dosW, size, dst, dst_bytes, FALSE ); + else *dst = 0; + free( dosW ); + + if (!strncmp( dst, "\\??\\", 4 )) { - *dst = 0; - if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) r = PATH_MAX; + memmove( dst, dst + 4, r - 4 ); + r -= 4; } - HeapFree( GetProcessHeap(), 0, dosW ); TRACE( "-> dst %s, r %u\n", debugstr_a(dst), r ); return r; } + diff --git a/lsteamclient/unixlib.h b/lsteamclient/unixlib.h index aa175a3d..ced51781 100644 --- a/lsteamclient/unixlib.h +++ b/lsteamclient/unixlib.h @@ -11,20 +11,18 @@ #include "steamclient_structs.h" -#include "wine/unixlib.h" - #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -#define PATH_MAX 4096 -extern char g_tmppath[PATH_MAX]; +#include "wine/unixlib.h" #include struct steamclient_init_params { + char *g_tmppath; const char *steam_app_id; int8_t steam_app_id_unset; const char *ignore_child_processes; @@ -208,10 +206,7 @@ struct networking_message #include -typedef NTSTATUS (*unixlib_entry_t)( void *args ); -extern const unixlib_entry_t __wine_unix_call_funcs[]; - -#define STEAMCLIENT_CALL( code, args ) __wine_unix_call_funcs[unix_ ## code]( args ) +#define STEAMCLIENT_CALL( code, args ) WINE_UNIX_CALL( unix_ ## code, args ) #ifdef __cplusplus } /* extern "C" */ diff --git a/lsteamclient/unixlib_generated.cpp b/lsteamclient/unixlib_generated.cpp index 55f83327..b0a2274c 100644 --- a/lsteamclient/unixlib_generated.cpp +++ b/lsteamclient/unixlib_generated.cpp @@ -1,5 +1,9 @@ /* This file is auto-generated, do not edit. */ +#if 0 +#pragma makedep unix +#endif + #include "unix_private.h" extern "C" const unixlib_entry_t __wine_unix_call_funcs[] = @@ -19013,7 +19017,7 @@ void *alloc_callback_wtou(int id, void *callback, int *callback_len) } #undef MAKE_CASE - callback = HeapAlloc( GetProcessHeap(), 0, len ); + callback = malloc( len ); *callback_len = len; return callback; }