Move Win32 defines to configure.ac to ensure they are globally defined

common.vcxproj used for MSVC builds
This commit is contained in:
Luke Dashjr
2017-08-21 14:59:17 +00:00
parent e9b3012654
commit 1ccb9f30c0
6 changed files with 2 additions and 17 deletions

View File

@@ -10,7 +10,6 @@
#endif
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN 1
#ifndef NOMINMAX
#define NOMINMAX
#endif