Prevent redefinition warning on MinGW
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* testServer.cpp
|
||||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && !defined(NOMINMAX)
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user