Windows: Fix redefinition warning of NOMINMAX.

This commit is contained in:
Frederich Munch 2016-09-05 14:23:45 -04:00 committed by sftnight
parent 28ab61a8da
commit 7e26a469c4

View File

@ -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