Prevent redefinition warning on MinGW

This commit is contained in:
Andrew Johnson
2016-04-06 11:33:59 -05:00
parent f2f14dc5a7
commit d76d7faab6

View File

@@ -2,7 +2,7 @@
* testServer.cpp
*/
#ifdef _WIN32
#if defined(_WIN32) && !defined(NOMINMAX)
#define NOMINMAX
#endif