Fix flat api not getting exported.

This commit is contained in:
Mr_Goldberg 2020-01-15 19:43:46 -05:00
parent 0c4831260e
commit 38ad2c057c
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 1 deletions

View File

@ -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