mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-23 12:28:07 +01: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)
|
||||
#define STEAM_WIN32
|
||||
#pragma warning( disable : 4716)
|
||||
#ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define STEAM_API_EXPORTS
|
||||
|
|
Loading…
Reference in a new issue