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,7 +1,10 @@
#include "steam_defs.h"
#pragma push_macro("__cdecl")
#undef __cdecl
#include "steamworks_sdk_144/steam_api.h"
#include "steamworks_sdk_144/steamnetworkingtypes.h"
#include "steamworks_sdk_144/isteamnetworkingsockets.h"
#pragma pop_macro("__cdecl")
#include "steamclient_private.h"
#ifdef __cplusplus
extern "C" {