2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-31 06:35:23 +00:00

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