mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-04 06:35:32 +02: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…
Add table
Reference in a new issue