diff options
Diffstat (limited to 'tools/mhmake/src/stdafx.h')
-rw-r--r-- | tools/mhmake/src/stdafx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/mhmake/src/stdafx.h b/tools/mhmake/src/stdafx.h index 5d1ffedfb..e586ebb6b 100644 --- a/tools/mhmake/src/stdafx.h +++ b/tools/mhmake/src/stdafx.h @@ -75,6 +75,12 @@ #include <sys/stat.h>
#ifdef WIN32
#include <windows.h>
+#ifdef max
+#undef max
+#endif
+#ifdef min
+#undef min
+#endif
#endif
using namespace std;
|