undef min & max so they don't override the numeric_limits template methods

svn path=/trunk/; revision=43831
This commit is contained in:
Ged Murphy 2009-10-29 18:54:21 +00:00
parent 9127411fdf
commit dca090ba4c

View 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
{