mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-11 18:09:30 +08:00
Fix build issue on latest vs build tools.
This commit is contained in:
parent
d968c3e1b5
commit
06b0d1c67f
@ -21,6 +21,9 @@
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#define STEAM_WIN32
|
||||
#pragma warning( disable : 4716)
|
||||
#ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define STEAM_API_EXPORTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user