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

@@ -21,11 +21,6 @@
#include <util/system.h>
#ifdef WIN32
#ifdef _WIN32_IE
#undef _WIN32_IE
#endif
#define _WIN32_IE 0x0501
#define WIN32_LEAN_AND_MEAN 1
#ifndef NOMINMAX
#define NOMINMAX
#endif