Define NOMINMAX before win includes.

Prevents some pollution when not including other files.
This commit is contained in:
Unknown W. Brackets
2014-07-04 13:35:48 -07:00
parent 8538a5bf74
commit 10af5e6f22
+1
View File
@@ -8,6 +8,7 @@
#include "base/functional.h"
#ifdef _WIN32
#define NOMINMAX
#include <winsock2.h>
#else
#if defined(__FreeBSD__) || defined(__SYMBIAN32__)