]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_COMMON_DIALOGS must be 0 for eVC++ 3
authorJulian Smart <julian@anthemion.co.uk>
Tue, 22 Mar 2005 08:15:28 +0000 (08:15 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 22 Mar 2005 08:15:28 +0000 (08:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/setup.h

index 6559ce836cc731e8e27cf531c42f06d273d43c30..4f8e10fc80bf4e946cb51649df300a85547fb644 100644 (file)
 #undef wxUSE_TOOLTIPS
 #define wxUSE_TOOLTIPS 0
 
+// Don't use commdlg.h
+#undef wxUSE_COMMON_DIALOGS
+#define wxUSE_COMMON_DIALOGS 0
+
 // ----------------------------------------------------------------------------
 // MSW settings not supported by CE
 // ----------------------------------------------------------------------------