diff --git a/Makefile.in b/Makefile.in index 1d5b9296b..7669717c3 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 73c174c62..27b7560c5 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 9b1a7b5ee..876959836 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 7423305c7..d78281ea3 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 c61a397ef..b523e2519 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 74dcbd457..8a1d91edd 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 27e1f8d04..289e243ba 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 1283f451d..3ef6850d9 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 3312e154c..a4ae06ad0 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 0c94049ba..ecbd71e08 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 ab62cd6d3..14baddf6f 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 f3cc574e3..a81fc0f62 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 a2b115943..71e62ec13 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 c87b6a3f1..011073976 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 87f944a05..43d5e79e2 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 a342c553d..c48c3fe70 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 729c2687a..1142bae41 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 a455b8e06..5a0c0d77d 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 f9beb85b2..3efcf239e 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 1ba44b5d1..386299866 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 1d04f39a1..bf862f76f 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 943e6cd21..86b010d10 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 f7565a8bd..f1e6c5bb5 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 14021cfc4..7aa2b6e00 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 c889e6b01..ac97c8538 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 6c479726a..077b9cd0d 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 98afa0b3e..599accdc3 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 00dfe48f8..c1c984bd0 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 318e0ce94..e7d5c52ab 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 d6e3cfb42..1a387057b 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 cf1a417b7..d8f45d61c 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 62ae48e76..52b9f05a0 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 57269fd8e..683dfe7ca 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 f332bbde8..60ca903f9 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 96ccd754b..0987b3cbe 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 637484feb..87e4b721f 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 c764b9820..44b0e1a71 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 b65349496..e73c0c850 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 132d52e48..352cfa8b4 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 50451baf8..289b82f72 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 d809c5136..7373c0899 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 4e0f368dc..ebd6836ad 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 11e44d708..13910adf8 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 474d75a7c..dbeb612b0 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 a25048644..fc2575400 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 e6cc3e6fc..0e724faa1 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 ccd651f92..e5443acb6 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 67bc7858a..e687894ed 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 e55b038ce..ea3031be8 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 39d7d5252..20d9a97fb 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 80e976c3e..ed19ad99d 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 2d0261472..a5d6fa6f5 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 62da6692c..38ce9e6cb 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 6e202e28d..6bfd09e69 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 f580d2eef..84b659ced 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 0a7e844f2..7ad89e8f7 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 4ed389035..80b168759 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 a96b94a1c..b835c9b8c 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 814d0fc09..05921ec82 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 11bd305fe..50ac7fc91 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 309d29dd5..4735885a6 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 5afc01ae0..d7b86ee2f 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 f06e47e37..14fbbe3bf 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 3e026a5b0..bd1980a5e 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 64fe05207..045fdbfd0 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 48fb6f4fd..73568f63e 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 6d57e3cd2..0f3805a6b 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 5476d5b44..cb0ce4ada 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 49259db9e..aa7f66d09 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 46bac6501..7633da29b 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 be6613571..8a412cdee 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 ae9b08858..a48bb4b82 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 952020782..e8823e8ad 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 80e9daa47..286c0ed63 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 e3e227e29..d406ad0d2 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 c0082d9b2..9dd98a6f6 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 d736fa91c..6dc1fb870 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 4aacc2ffb..4fac6bead 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 04a20ed6a..39900530f 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 8b0afaa25..01e88daa2 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 1540bbfd7..41f249ada 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 68788f629..3c92a14d2 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 8c61644c2..332051cea 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 bbd08d880..336bcd499 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 3ace300ee..f8fd9fd76 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 6797a1d52..2b7a34ded 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 59f85590a..54ad67680 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 8d6f40d7e..16dc7f4e5 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 bfcf5f6c1..9ae9b94a2 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 1ddeb9c46..c0530f367 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 5208d03da..3dbb56dc8 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 a56cab1f7..daa435372 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 08f470106..372fef8bc 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 d3a9fb63c..6b9159c27 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 b376241e7..6450a3ded 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 3fc90ce20..2ca0b7ee6 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 48c53cfa7..6bcb7b507 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 43ba4cf03..8ea152332 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 0149faecd..1cc661c8d 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 eb1bb1ab7..e9ec5bf1c 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 5a1fb9ae5..75fba8f63 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 f30ac4e88..17ad5c6de 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 ce6289d54..5b764e4b3 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 cbfedd293..c66141bed 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 a53e6901b..812d4f36e 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 7ea4d9e05..79fa48a9a 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 54f28e216..20b6f3b44 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 e632396de..a1420f21e 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 67e23a40d..a0fdf52e1 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 32183737f..1a085c7d7 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 ad990b620..87c1879ed 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 c89c006c4..9bbc09eac 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 275d92c06..773891166 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 7f419c586..b681b92e1 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 ee44eb85f..8aa17ddfd 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 5a5291d75..5afae401a 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 cade610b9..28cc996e9 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 2c4ce729b..1f2f36345 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 b7900deed..d26ab8892 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 5e7c2e539..ddc015dd9 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 4669cc9fa..82a38a6dc 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 6d14486e3..967ad0d50 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 466c42374..b29abce7a 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 dbad5e612..4ecaf04a2 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 14a302772..731e82f4f 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 83f38ee4d..5073fcf0b 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 f8cbc2e44..ef63e3def 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 471bd6a62..397d6e556 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 87fc4fe00..5d69ddcf9 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 b3da93284..054faf6a1 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 f865103e3..259fd28b6 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 ae5eecff0..dedfc5435 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 61c96e162..e285123d3 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 8f9cec676..99e37e4c9 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 7298df774..c7a39c127 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 43fa053dd..a90457378 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 980132171..62102b340 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 dbe6abf99..fbabb4c1e 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 fa547e395..bd1da0011 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 78eac2460..72ec62239 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 b18d043e9..f618b1b7d 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 4f58f4f52..f39b39fe8 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 5fd955a69..3fcee6396 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 1c0a0c41c..6332bceda 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 a26a25aa9..8a7415734 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 bdf41c96b..dcf28a82c 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 0ec0e4ac5..8736e6e22 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 02a80282a..0a438011a 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 10b9a937c..b9f9f6e5c 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 201a95eeb..f5e0d5000 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 f7564931c..a73fbaee1 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 189bbb2a2..5a83557af 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 a9f433bd0..6dccf4d77 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 ce5deb6b1..165b39d84 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 63419465e..ee64a2642 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 133c038fd..b8b847832 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 7bc6d5edc..c565e8ff0 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 056144b02..b419ced9a 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 9c763ac98..32438a49f 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 8108c2a73..4ce2e234c 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 e29949e96..8600c670c 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 528f63443..208740822 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 14bf8f0dc..fcfe569f9 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 023a3c58d..0bb5de178 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 1a2e2f01f..b7ce2a7ad 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 3a4bc8894..0d7254057 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 08d636c01..7f79a4fea 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 274c0bce7..524ecc156 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 34a738835..b45c395a2 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 45c38534e..d97c10df5 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 52e13f17b..6988b481b 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 8777379c2..ea0f9d403 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 849f1d976..a6aee74b1 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 01d29a5a9..6f9e7da96 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 2a926e13a..2eb6a9534 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 43bb468ad..ad9e3d9a8 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 2c6a66ccf..34c5eaec5 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 c461c2cc8..08382ad73 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 244d33061..9db3db6d9 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 e66b70322..4474cf63d 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 58b03bc20..c720d5ee9 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 257a35e07..95e20bcf9 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 c78c593cb..70eb977f4 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 48e15b0bd..a62213c35 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 2026d4bfe..ec4315219 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 fdebf739f..3ff4a38ca 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 f0a26ab08..62cfafd53 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 32c232e96..0bf5f1376 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 43b8efcf4..107aad717 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 d5a2f3349..95b808f04 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 de2dee940..1fc9b261a 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 26632851a..38e10d2be 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 47ef7814c..91417991b 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 81fa9e7dd..03e0f706c 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 82889df17..1eebb7ef9 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 43a36080c..415862c51 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 218ca20bf..92a2b0bf5 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 83368e1bf..8bcc5d37d 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 4a72869b2..b2d0626cd 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 0e57b6688..c2e75816f 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 b9208aee1..98b39377c 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 815081d29..c839be570 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 b8d4fd849..74b381e0a 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 eb5ce3df7..f9e45a40d 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 6e85d3b78..ef44805d9 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 aa175a3db..ced51781a 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 55f833277..b0a2274c0 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; }