Fix build issue on latest vs build tools.

This commit is contained in:
Mr_Goldberg 2019-04-13 12:29:32 -04:00
parent d968c3e1b5
commit 06b0d1c67f
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 3 additions and 0 deletions

View File

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