don't define min/max macros in windows.h (closes 1052256)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-21 02:06:21 +00:00
parent aefcdeee3f
commit baec3aee00

View File

@@ -17,6 +17,9 @@
#define STRICT 1
#endif
// don't define min() and max() as macros, they conflict with standard C++ ones
#define NOMINMAX
#include <windows.h>
#ifdef __WXWINCE__