undef min & max so they don't override the numeric_limits template methods
authorGed Murphy <gedmurphy@reactos.org>
Thu, 29 Oct 2009 18:54:21 +0000 (18:54 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Thu, 29 Oct 2009 18:54:21 +0000 (18:54 +0000)
svn path=/trunk/; revision=43831

reactos/tools/rbuild/backend/mingw/mstools_detection.cpp

index 9b524e9..bc8ea8b 100644 (file)
@@ -21,6 +21,8 @@
 #define UNICODE
 #define _UNICODE
 
+#define NOMINMAX
+
 #include "../../pch.h"
 
 #include "mingw.h"
@@ -58,6 +60,8 @@ typedef __gnu_cxx::stdio_sync_filebuf<char> stdio_filebuf;
 #error Unknown or unsupported C++ standard library
 #endif
 
+
+
 namespace
 {