lsteamclient: Generate functions with calling convention.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-19 21:24:23 +02:00 committed by Arkadiusz Hiler
parent 77d381cd1d
commit 783cde21bd
62 changed files with 200 additions and 167 deletions

View file

@ -109,7 +109,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction_p
{
void *linux_side;
uint32_t eDetailLevel;
FSteamNetworkingSocketsDebugOutput pfnFunc;
void (*__stdcall pfnFunc)(uint32_t, const char *);
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction_params *params );