lsteamclient: Preserve command-line cdecl macro

This commit is contained in:
Andrew Eikum 2019-08-16 09:00:45 -05:00
parent 19ece0270b
commit 63e14b5678
222 changed files with 669 additions and 0 deletions

View file

@ -1,6 +1,9 @@
#include "steam_defs.h"
#pragma push_macro("__cdecl")
#undef __cdecl
#include "steamworks_sdk_102/steam_api.h"
#include "steamworks_sdk_102/isteamgameserver.h"
#pragma pop_macro("__cdecl")
#include "steamclient_private.h"
#ifdef __cplusplus
extern "C" {