lsteamclient: Define __cdecl to nothing on the linux side.

This commit is contained in:
Rémi Bernon
2023-05-02 10:43:23 +02:00
committed by Arkadiusz Hiler
parent f5da6b1c22
commit 49324a57d7
252 changed files with 253 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "steam_defs.h"
#pragma push_macro("__cdecl")
#undef __cdecl
#define __cdecl
#include "steamworks_sdk_148a/steam_api.h"
#include "steamworks_sdk_148a/isteamgameserver.h"
#include "steamworks_sdk_148a/isteamnetworkingsockets.h"