]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wrapwin.h
Default border style for a control on PPC/Smartphone is wxBORDER_SIMPLE
[wxWidgets.git] / include / wx / msw / wrapwin.h
index f70ed821e1ccef47d6c0b1c56e20d962a7a65517..a9a927d83969dc3f5a1c7d0dc39a1ee0421bb82b 100644 (file)
@@ -18,7 +18,9 @@
 #endif
 
 // don't define min() and max() as macros, they conflict with standard C++ ones
-#define NOMINMAX
+#ifndef NOMINMAX
+    #define NOMINMAX
+#endif // NOMINMAX
 
 #include <windows.h>