mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Define __cdecl to nothing on the linux side.
This commit is contained in:
parent
f5da6b1c22
commit
49324a57d7
252 changed files with 253 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "steam_defs.h"
|
||||
#pragma push_macro("__cdecl")
|
||||
#undef __cdecl
|
||||
#define __cdecl
|
||||
#include "steamworks_sdk_102/steam_api.h"
|
||||
#pragma pop_macro("__cdecl")
|
||||
#include "steamclient_private.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue