mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-09 22:28:38 +01:00
Fix flat api not getting exported.
This commit is contained in:
parent
0c4831260e
commit
38ad2c057c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#define STEAMAPI_API static
|
||||
#define STEAMCLIENT_API S_API_EXPORT
|
||||
#else
|
||||
#define STEAMAPI_API S_API
|
||||
#define STEAMAPI_API S_API_EXPORT
|
||||
#define STEAMCLIENT_API static
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue