mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-21 21:52:06 +02:00
Fix build issue on latest vs build tools.
This commit is contained in:
parent
d968c3e1b5
commit
06b0d1c67f
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
||||||
#if defined(WIN32) || defined(_WIN32)
|
#if defined(WIN32) || defined(_WIN32)
|
||||||
#define STEAM_WIN32
|
#define STEAM_WIN32
|
||||||
#pragma warning( disable : 4716)
|
#pragma warning( disable : 4716)
|
||||||
|
#ifndef NOMINMAX
|
||||||
|
# define NOMINMAX
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STEAM_API_EXPORTS
|
#define STEAM_API_EXPORTS
|
||||||
|
|
Loading…
Add table
Reference in a new issue