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:
@@ -17,6 +17,9 @@
|
|||||||
#define STRICT 1
|
#define STRICT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// don't define min() and max() as macros, they conflict with standard C++ ones
|
||||||
|
#define NOMINMAX
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#ifdef __WXWINCE__
|
#ifdef __WXWINCE__
|
||||||
|
Reference in New Issue
Block a user