]> 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 5cd923c50cb5f4f512807cf32cab467fcaa367b0..a9a927d83969dc3f5a1c7d0dc39a1ee0421bb82b 100644 (file)
@@ -5,7 +5,7 @@
 // Created:     2003/07/22
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vaclav Slavik
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_WRAPWIN_H_
     #define STRICT 1
 #endif
 
+// don't define min() and max() as macros, they conflict with standard C++ ones
+#ifndef NOMINMAX
+    #define NOMINMAX
+#endif // NOMINMAX
+
 #include <windows.h>
 
 #ifdef __WXWINCE__