Windows: Fix redefinition warning of NOMINMAX.
This commit is contained in:
parent
28ab61a8da
commit
7e26a469c4
@ -56,7 +56,9 @@
|
||||
#ifdef _MSC_VER
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define NOGDI
|
||||
#define NOMINMAX
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <Windows.h>
|
||||
#include <sstream>
|
||||
#define popen _popen
|
||||
|
Loading…
Reference in New Issue
Block a user