From 4dfab8d8b609368d20060a143f2919d899cfb9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Sun, 17 Sep 2023 23:16:30 +0200 Subject: [PATCH] lsteamclient: Remove unnecessary typedefs. CW-Bug-Id: #22729 --- lsteamclient/gen_wrapper.py | 9 +--- lsteamclient/steamclient_main.c | 4 +- lsteamclient/steamclient_manual_099y.cpp | 13 ++--- lsteamclient/steamclient_manual_141.cpp | 11 +---- lsteamclient/steamclient_manual_142.cpp | 11 +---- lsteamclient/steamclient_manual_144.cpp | 11 +---- lsteamclient/steamclient_manual_146.cpp | 11 +---- lsteamclient/steamclient_manual_147.cpp | 13 ++--- lsteamclient/steamclient_manual_148a.cpp | 13 ++--- lsteamclient/steamclient_manual_150.cpp | 13 ++--- lsteamclient/steamclient_manual_151.cpp | 11 +---- lsteamclient/steamclient_manual_152.cpp | 13 ++--- lsteamclient/steamclient_manual_153a.cpp | 13 ++--- lsteamclient/steamclient_manual_common.cpp | 17 ++----- lsteamclient/steamclient_private.h | 47 +++++-------------- lsteamclient/steamclient_wrappers.c | 8 +--- lsteamclient/winISteamAppList.c | 9 +--- lsteamclient/winISteamAppTicket.c | 9 +--- lsteamclient/winISteamApps.c | 9 +--- lsteamclient/winISteamClient.c | 9 +--- lsteamclient/winISteamController.c | 9 +--- lsteamclient/winISteamFriends.c | 9 +--- lsteamclient/winISteamGameCoordinator.c | 9 +--- lsteamclient/winISteamGameSearch.c | 9 +--- lsteamclient/winISteamGameServer.c | 9 +--- lsteamclient/winISteamGameServerStats.c | 9 +--- lsteamclient/winISteamGameStats.c | 9 +--- lsteamclient/winISteamHTMLSurface.c | 9 +--- lsteamclient/winISteamHTTP.c | 9 +--- lsteamclient/winISteamInput.c | 9 +--- lsteamclient/winISteamInventory.c | 9 +--- lsteamclient/winISteamMasterServerUpdater.c | 9 +--- lsteamclient/winISteamMatchmaking.c | 9 +--- lsteamclient/winISteamMatchmakingServers.c | 9 +--- lsteamclient/winISteamMusic.c | 9 +--- lsteamclient/winISteamMusicRemote.c | 9 +--- lsteamclient/winISteamNetworking.c | 9 +--- lsteamclient/winISteamNetworkingFakeUDPPort.c | 9 +--- lsteamclient/winISteamNetworkingMessages.c | 9 +--- lsteamclient/winISteamNetworkingSockets.c | 9 +--- .../winISteamNetworkingSocketsSerialized.c | 9 +--- lsteamclient/winISteamNetworkingUtils.c | 9 +--- lsteamclient/winISteamParentalSettings.c | 9 +--- lsteamclient/winISteamParties.c | 9 +--- lsteamclient/winISteamRemotePlay.c | 9 +--- lsteamclient/winISteamRemoteStorage.c | 9 +--- lsteamclient/winISteamScreenshots.c | 9 +--- lsteamclient/winISteamUGC.c | 9 +--- lsteamclient/winISteamUnifiedMessages.c | 9 +--- lsteamclient/winISteamUser.c | 9 +--- lsteamclient/winISteamUserStats.c | 9 +--- lsteamclient/winISteamUtils.c | 9 +--- lsteamclient/winISteamVideo.c | 9 +--- 53 files changed, 78 insertions(+), 473 deletions(-) diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index fabf5483..db629e47 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -1245,16 +1245,9 @@ for klass in all_classes.values(): out = file.write out(u'/* This file is auto-generated, do not edit. */\n') - out(u'#include \n') - out(u'\n') - out(u'#include "windef.h"\n') - out(u'#include "winbase.h"\n') - out(u'#include "wine/debug.h"\n') - out(u'\n') - out(u'#include "steam_defs.h"\n') - out(u'\n') out(u'#include "steamclient_private.h"\n') out(u'\n') + out(u'#include "steam_defs.h"\n') out(u'#include "struct_converters.h"\n') out(u'\n') out(u'WINE_DEFAULT_DEBUG_CHANNEL(steamclient);\n') diff --git a/lsteamclient/steamclient_main.c b/lsteamclient/steamclient_main.c index c0144ee1..f49ba514 100644 --- a/lsteamclient/steamclient_main.c +++ b/lsteamclient/steamclient_main.c @@ -14,14 +14,12 @@ #include "winnls.h" #include "winuser.h" #include "winternl.h" -#include "wine/debug.h" -#include "wine/list.h" -#include "steam_defs.h" #ifdef __linux__ #include #endif +#include "steam_defs.h" #include "steamclient_private.h" #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) diff --git a/lsteamclient/steamclient_manual_099y.cpp b/lsteamclient/steamclient_manual_099y.cpp index 594b7616..45b7d766 100644 --- a/lsteamclient/steamclient_manual_099y.cpp +++ b/lsteamclient/steamclient_manual_099y.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -16,7 +8,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_099y/steam_api.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" #define SDK_VERSION 992 #include "steamclient_manual_common.h" @@ -26,6 +17,8 @@ extern "C" #include "cppISteamUser_SteamUser008.h" } +WINE_DEFAULT_DEBUG_CHANNEL(steamclient); + class ISteamUser_linux { public: diff --git a/lsteamclient/steamclient_manual_141.cpp b/lsteamclient/steamclient_manual_141.cpp index b1dd9664..dc323570 100644 --- a/lsteamclient/steamclient_manual_141.cpp +++ b/lsteamclient/steamclient_manual_141.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -16,7 +8,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_141/steam_api.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" #define SDK_VERSION 1410 #include "steamclient_manual_common.h" diff --git a/lsteamclient/steamclient_manual_142.cpp b/lsteamclient/steamclient_manual_142.cpp index 56d2f847..1916b992 100644 --- a/lsteamclient/steamclient_manual_142.cpp +++ b/lsteamclient/steamclient_manual_142.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -16,7 +8,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_142/steam_api.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" #define SDK_VERSION 1420 #include "steamclient_manual_common.h" diff --git a/lsteamclient/steamclient_manual_144.cpp b/lsteamclient/steamclient_manual_144.cpp index 079d295a..04ed8252 100644 --- a/lsteamclient/steamclient_manual_144.cpp +++ b/lsteamclient/steamclient_manual_144.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -18,7 +10,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_144/steamnetworkingtypes.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" extern "C" { #define SDKVER_144 diff --git a/lsteamclient/steamclient_manual_146.cpp b/lsteamclient/steamclient_manual_146.cpp index a044a8d9..915a6192 100644 --- a/lsteamclient/steamclient_manual_146.cpp +++ b/lsteamclient/steamclient_manual_146.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -19,7 +11,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_146/steamnetworkingtypes.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" extern "C" { #define SDKVER_146 diff --git a/lsteamclient/steamclient_manual_147.cpp b/lsteamclient/steamclient_manual_147.cpp index c218c67b..22259e93 100644 --- a/lsteamclient/steamclient_manual_147.cpp +++ b/lsteamclient/steamclient_manual_147.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -19,7 +11,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_147/steamnetworkingtypes.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" extern "C" { #define SDKVER_147 @@ -31,6 +22,8 @@ extern "C" { #include "cppISteamNetworkingSockets_SteamNetworkingSockets006.h" } +WINE_DEFAULT_DEBUG_CHANNEL(steamclient); + void cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets006_ReceiveMessagesOnConnection_params *params ) { ISteamNetworkingSockets *iface = (ISteamNetworkingSockets *)params->linux_side; diff --git a/lsteamclient/steamclient_manual_148a.cpp b/lsteamclient/steamclient_manual_148a.cpp index b4d64ecd..c646e9b4 100644 --- a/lsteamclient/steamclient_manual_148a.cpp +++ b/lsteamclient/steamclient_manual_148a.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -19,7 +11,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_148a/steamnetworkingtypes.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" extern "C" { #define SDKVER_148a @@ -34,6 +25,8 @@ typedef winSteamNetworkingMessage_t_148a winSteamNetworkingMessage_t_152; #include "cppISteamNetworkingUtils_SteamNetworkingUtils003.h" } +WINE_DEFAULT_DEBUG_CHANNEL(steamclient); + void cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets008_ReceiveMessagesOnConnection_params *params ) { ISteamNetworkingSockets *iface = (ISteamNetworkingSockets *)params->linux_side; diff --git a/lsteamclient/steamclient_manual_150.cpp b/lsteamclient/steamclient_manual_150.cpp index 7fe760a8..41c87cad 100644 --- a/lsteamclient/steamclient_manual_150.cpp +++ b/lsteamclient/steamclient_manual_150.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -19,7 +11,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_150/steamnetworkingtypes.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" extern "C" { #define SDKVER_150 @@ -39,6 +30,8 @@ typedef struct SteamNetConnectionRealTimeStatus_t SteamNetConnectionRealTimeStat #include "cppISteamController_SteamController007.h" } +WINE_DEFAULT_DEBUG_CHANNEL(steamclient); + void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection_params *params ) { ISteamNetworkingSockets *iface = (ISteamNetworkingSockets *)params->linux_side; diff --git a/lsteamclient/steamclient_manual_151.cpp b/lsteamclient/steamclient_manual_151.cpp index ff6f08aa..112d59d8 100644 --- a/lsteamclient/steamclient_manual_151.cpp +++ b/lsteamclient/steamclient_manual_151.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -16,7 +8,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_151/steam_api.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" extern "C" { #define SDKVER_151 diff --git a/lsteamclient/steamclient_manual_152.cpp b/lsteamclient/steamclient_manual_152.cpp index 8a8b3145..b8ba3345 100644 --- a/lsteamclient/steamclient_manual_152.cpp +++ b/lsteamclient/steamclient_manual_152.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -17,7 +9,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_152/isteaminput.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" #include @@ -33,6 +24,8 @@ extern "C" { #include "cppISteamController_SteamController008.h" } +WINE_DEFAULT_DEBUG_CHANNEL(steamclient); + /***** manual fn wrapper for ISteamInput::EnableActionEventCallbacks *****/ win_SteamInputActionEventCallbackPointer win_EnableActionEventCallbacks; diff --git a/lsteamclient/steamclient_manual_153a.cpp b/lsteamclient/steamclient_manual_153a.cpp index fac3603b..006b34f6 100644 --- a/lsteamclient/steamclient_manual_153a.cpp +++ b/lsteamclient/steamclient_manual_153a.cpp @@ -1,12 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -20,7 +12,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #include "steamworks_sdk_153a/steamnetworkingfakeip.h" #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" extern "C" { #define SDKVER_153a @@ -39,6 +30,8 @@ typedef struct ScePadTriggerEffectParam { uint8 m_data[120]; } ScePadTriggerEffe #include "cppISteamInput_SteamInput006.h" } +WINE_DEFAULT_DEBUG_CHANNEL(steamclient); + /***** manual fn wrapper for ISteamInput::EnableActionEventCallbacks *****/ extern win_SteamInputActionEventCallbackPointer win_EnableActionEventCallbacks; diff --git a/lsteamclient/steamclient_manual_common.cpp b/lsteamclient/steamclient_manual_common.cpp index c7d5f2fc..d84a1351 100644 --- a/lsteamclient/steamclient_manual_common.cpp +++ b/lsteamclient/steamclient_manual_common.cpp @@ -1,13 +1,4 @@ -extern "C" { -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/list.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(steamclient); -} +#include "steamclient_private.h" #include "steam_defs.h" #pragma push_macro("__cdecl") @@ -19,7 +10,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient); #pragma pop_macro("__cdecl") #pragma pop_macro("strncpy") -#include "steamclient_private.h" extern "C" { #define SDKVER_153a @@ -29,9 +19,12 @@ extern "C" { #define SDK_VERSION 1531 #include "steamclient_manual_common.h" +} /* extern "C" { */ #include +WINE_DEFAULT_DEBUG_CHANNEL(steamclient); + struct msg_wrapper { struct winSteamNetworkingMessage_t_153a win_msg; struct SteamNetworkingMessage_t *lin_msg; @@ -218,5 +211,3 @@ void *network_message_win_to_lin_(void *win_msg, unsigned int version) return lin_msg; } - -} /* extern "C" { */ diff --git a/lsteamclient/steamclient_private.h b/lsteamclient/steamclient_private.h index 5da4f92a..76410049 100644 --- a/lsteamclient/steamclient_private.h +++ b/lsteamclient/steamclient_private.h @@ -1,4 +1,6 @@ /* TODO these should be generated */ +#ifndef __STEAMCLIENT_PRIVATE_H +#define __STEAMCLIENT_PRIVATE_H #include #include @@ -6,6 +8,10 @@ #include #include "windef.h" +#include "winbase.h" + +#include "wine/debug.h" +#include "wine/list.h" #ifndef __cplusplus #include "cxx.h" @@ -17,40 +23,6 @@ typedef void (*vtable_ptr)(void); extern "C" { #endif -typedef struct __winISteamClient winISteamClient; -typedef struct __winISteamUser winISteamUser; -typedef struct __winISteamGameServer winISteamGameServer; -typedef struct __winISteamFriends winISteamFriends; -typedef struct __winISteamUtils winISteamUtils; -typedef struct __winISteamMatchmaking winISteamMatchmaking; -typedef struct __winISteamMatchmakingServers winISteamMatchmakingServers; -typedef struct __winISteamUserStats winISteamUserStats; -typedef struct __winISteamGameServerStats winISteamGameServerStats; -typedef struct __winISteamApps winISteamApps; -typedef struct __winISteamNetworking winISteamNetworking; -typedef struct __winISteamRemoteStorage winISteamRemoteStorage; -typedef struct __winISteamRemoteScreenshots winISteamRemoteScreenshots; -typedef struct __winISteamScreenshots winISteamScreenshots; -typedef struct __winISteamHTTP winISteamHTTP; -typedef struct __winISteamUnifiedMessages winISteamUnifiedMessages; -typedef struct __winISteamController winISteamController; -typedef struct __winISteamUGC winISteamUGC; -typedef struct __winISteamAppList winISteamAppList; -typedef struct __winISteamMusic winISteamMusic; -typedef struct __winISteamMusicRemote winISteamMusicRemote; -typedef struct __winISteamHTMLSurface winISteamHTMLSurface; -typedef struct __winISteamInventory winISteamInventory; -typedef struct __winISteamVideo winISteamVideo; -typedef struct __winISteamMasterServerUpdater winISteamMasterServerUpdater; -typedef struct __winISteamContentServer winISteamContentServer; -typedef struct __winISteamParentalSettings winISteamParentalSettings; -typedef struct __winISteamGameSearch winISteamGameSearch; -typedef struct __winISteamInput winISteamInput; -typedef struct __winISteamParties winISteamParties; -typedef struct __winISteamRemotePlay winISteamRemotePlay; -typedef struct __winISteamNetworkingFakeUDPPort winISteamNetworkingFakeUDPPort; -typedef struct __winX winX; - struct w_steam_iface { vtable_ptr *vtable; @@ -58,8 +30,8 @@ struct w_steam_iface }; struct SteamInputActionEvent_t; -typedef void (*CDECL win_SteamInputActionEventCallbackPointer)(SteamInputActionEvent_t *); -void lin_SteamInputActionEventCallbackPointer(SteamInputActionEvent_t *dat); +typedef void (*CDECL win_SteamInputActionEventCallbackPointer)( struct SteamInputActionEvent_t * ); +void lin_SteamInputActionEventCallbackPointer( struct SteamInputActionEvent_t *dat ); struct w_steam_iface *create_win_interface(const char *name, void *linux_side); unsigned int steamclient_unix_path_to_dos_path( bool api_result, const char *src, char *dst, @@ -84,6 +56,7 @@ void *manual_convert_SteamAPIWarningMessageHook_t(void *win_func); void *manual_convert_FSteamNetworkingSocketsDebugOutput(void *win_func); void *manual_convert_SteamAPI_CheckCallbackRegistered_t(void *win_func); +#define PATH_MAX 4096 extern char g_tmppath[PATH_MAX]; void *alloc_callback_wtou( int id, void *callback, int *callback_len ); @@ -134,3 +107,5 @@ int32_t after_steam_pipe_create( int32_t pipe ); #ifdef __cplusplus } #endif + +#endif /* __STEAMCLIENT_PRIVATE_H */ diff --git a/lsteamclient/steamclient_wrappers.c b/lsteamclient/steamclient_wrappers.c index a0a0eb5b..d95390f6 100644 --- a/lsteamclient/steamclient_wrappers.c +++ b/lsteamclient/steamclient_wrappers.c @@ -1,13 +1,7 @@ /* Linux-to-Windows conversions (i.e. callbacks) here. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" #include "steamclient_private.h" +#include "steam_defs.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamAppList.c b/lsteamclient/winISteamAppList.c index c582f97d..2e0620d2 100644 --- a/lsteamclient/winISteamAppList.c +++ b/lsteamclient/winISteamAppList.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamAppTicket.c b/lsteamclient/winISteamAppTicket.c index 90a0759b..9deb50fd 100644 --- a/lsteamclient/winISteamAppTicket.c +++ b/lsteamclient/winISteamAppTicket.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamApps.c b/lsteamclient/winISteamApps.c index 4b52a530..85ce7211 100644 --- a/lsteamclient/winISteamApps.c +++ b/lsteamclient/winISteamApps.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamClient.c b/lsteamclient/winISteamClient.c index 69105625..024e6281 100644 --- a/lsteamclient/winISteamClient.c +++ b/lsteamclient/winISteamClient.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamController.c b/lsteamclient/winISteamController.c index d3449ac6..ab0eb411 100644 --- a/lsteamclient/winISteamController.c +++ b/lsteamclient/winISteamController.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamFriends.c b/lsteamclient/winISteamFriends.c index 7041fee0..ef98c2b2 100644 --- a/lsteamclient/winISteamFriends.c +++ b/lsteamclient/winISteamFriends.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamGameCoordinator.c b/lsteamclient/winISteamGameCoordinator.c index 2d43af4f..f054f409 100644 --- a/lsteamclient/winISteamGameCoordinator.c +++ b/lsteamclient/winISteamGameCoordinator.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamGameSearch.c b/lsteamclient/winISteamGameSearch.c index d14a9ba9..7328d1eb 100644 --- a/lsteamclient/winISteamGameSearch.c +++ b/lsteamclient/winISteamGameSearch.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamGameServer.c b/lsteamclient/winISteamGameServer.c index 1e2dd657..b18b6e85 100644 --- a/lsteamclient/winISteamGameServer.c +++ b/lsteamclient/winISteamGameServer.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamGameServerStats.c b/lsteamclient/winISteamGameServerStats.c index a6bfbe72..f6bacb91 100644 --- a/lsteamclient/winISteamGameServerStats.c +++ b/lsteamclient/winISteamGameServerStats.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamGameStats.c b/lsteamclient/winISteamGameStats.c index 3e5ec6bc..1b2e60ee 100644 --- a/lsteamclient/winISteamGameStats.c +++ b/lsteamclient/winISteamGameStats.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamHTMLSurface.c b/lsteamclient/winISteamHTMLSurface.c index 6c70849b..1dfbb3aa 100644 --- a/lsteamclient/winISteamHTMLSurface.c +++ b/lsteamclient/winISteamHTMLSurface.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamHTTP.c b/lsteamclient/winISteamHTTP.c index cc7abb3e..ff487b26 100644 --- a/lsteamclient/winISteamHTTP.c +++ b/lsteamclient/winISteamHTTP.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamInput.c b/lsteamclient/winISteamInput.c index bc12486b..cf5b9de7 100644 --- a/lsteamclient/winISteamInput.c +++ b/lsteamclient/winISteamInput.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamInventory.c b/lsteamclient/winISteamInventory.c index af4730d6..b241bc32 100644 --- a/lsteamclient/winISteamInventory.c +++ b/lsteamclient/winISteamInventory.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamMasterServerUpdater.c b/lsteamclient/winISteamMasterServerUpdater.c index 6d5b1e1d..ac1c0cb6 100644 --- a/lsteamclient/winISteamMasterServerUpdater.c +++ b/lsteamclient/winISteamMasterServerUpdater.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamMatchmaking.c b/lsteamclient/winISteamMatchmaking.c index c8333706..a5ff3516 100644 --- a/lsteamclient/winISteamMatchmaking.c +++ b/lsteamclient/winISteamMatchmaking.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamMatchmakingServers.c b/lsteamclient/winISteamMatchmakingServers.c index c40ebf11..cc52a8a1 100644 --- a/lsteamclient/winISteamMatchmakingServers.c +++ b/lsteamclient/winISteamMatchmakingServers.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamMusic.c b/lsteamclient/winISteamMusic.c index ad7c27ec..abb5da2d 100644 --- a/lsteamclient/winISteamMusic.c +++ b/lsteamclient/winISteamMusic.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamMusicRemote.c b/lsteamclient/winISteamMusicRemote.c index 499a3998..b1e45b8c 100644 --- a/lsteamclient/winISteamMusicRemote.c +++ b/lsteamclient/winISteamMusicRemote.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamNetworking.c b/lsteamclient/winISteamNetworking.c index cd3b816d..00003eb7 100644 --- a/lsteamclient/winISteamNetworking.c +++ b/lsteamclient/winISteamNetworking.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamNetworkingFakeUDPPort.c b/lsteamclient/winISteamNetworkingFakeUDPPort.c index 84feeba2..1401711f 100644 --- a/lsteamclient/winISteamNetworkingFakeUDPPort.c +++ b/lsteamclient/winISteamNetworkingFakeUDPPort.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamNetworkingMessages.c b/lsteamclient/winISteamNetworkingMessages.c index 70a712ce..43e978b0 100644 --- a/lsteamclient/winISteamNetworkingMessages.c +++ b/lsteamclient/winISteamNetworkingMessages.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamNetworkingSockets.c b/lsteamclient/winISteamNetworkingSockets.c index 135e4fa8..8925bd4d 100644 --- a/lsteamclient/winISteamNetworkingSockets.c +++ b/lsteamclient/winISteamNetworkingSockets.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamNetworkingSocketsSerialized.c b/lsteamclient/winISteamNetworkingSocketsSerialized.c index 77443702..92043a9b 100644 --- a/lsteamclient/winISteamNetworkingSocketsSerialized.c +++ b/lsteamclient/winISteamNetworkingSocketsSerialized.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamNetworkingUtils.c b/lsteamclient/winISteamNetworkingUtils.c index ae49afa6..a20c3b87 100644 --- a/lsteamclient/winISteamNetworkingUtils.c +++ b/lsteamclient/winISteamNetworkingUtils.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamParentalSettings.c b/lsteamclient/winISteamParentalSettings.c index 92967612..365df0d4 100644 --- a/lsteamclient/winISteamParentalSettings.c +++ b/lsteamclient/winISteamParentalSettings.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamParties.c b/lsteamclient/winISteamParties.c index bad45d7a..44656d12 100644 --- a/lsteamclient/winISteamParties.c +++ b/lsteamclient/winISteamParties.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamRemotePlay.c b/lsteamclient/winISteamRemotePlay.c index d0b8c6d6..b12d0a61 100644 --- a/lsteamclient/winISteamRemotePlay.c +++ b/lsteamclient/winISteamRemotePlay.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamRemoteStorage.c b/lsteamclient/winISteamRemoteStorage.c index 755539ce..1b305a36 100644 --- a/lsteamclient/winISteamRemoteStorage.c +++ b/lsteamclient/winISteamRemoteStorage.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamScreenshots.c b/lsteamclient/winISteamScreenshots.c index 211ad021..7c2dd660 100644 --- a/lsteamclient/winISteamScreenshots.c +++ b/lsteamclient/winISteamScreenshots.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamUGC.c b/lsteamclient/winISteamUGC.c index 073e833a..2afaad43 100644 --- a/lsteamclient/winISteamUGC.c +++ b/lsteamclient/winISteamUGC.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamUnifiedMessages.c b/lsteamclient/winISteamUnifiedMessages.c index aaa87f60..45b215e8 100644 --- a/lsteamclient/winISteamUnifiedMessages.c +++ b/lsteamclient/winISteamUnifiedMessages.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamUser.c b/lsteamclient/winISteamUser.c index bd441265..04d1165e 100644 --- a/lsteamclient/winISteamUser.c +++ b/lsteamclient/winISteamUser.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamUserStats.c b/lsteamclient/winISteamUserStats.c index 97f7ee92..f0edb30b 100644 --- a/lsteamclient/winISteamUserStats.c +++ b/lsteamclient/winISteamUserStats.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamUtils.c b/lsteamclient/winISteamUtils.c index 3cda617c..ad64f16e 100644 --- a/lsteamclient/winISteamUtils.c +++ b/lsteamclient/winISteamUtils.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient); diff --git a/lsteamclient/winISteamVideo.c b/lsteamclient/winISteamVideo.c index f3c8710a..8fb9b79e 100644 --- a/lsteamclient/winISteamVideo.c +++ b/lsteamclient/winISteamVideo.c @@ -1,14 +1,7 @@ /* This file is auto-generated, do not edit. */ -#include - -#include "windef.h" -#include "winbase.h" -#include "wine/debug.h" - -#include "steam_defs.h" - #include "steamclient_private.h" +#include "steam_defs.h" #include "struct_converters.h" WINE_DEFAULT_DEBUG_CHANNEL(steamclient);