]> git.saurik.com Git - wxWidgets.git/commitdiff
We need wxUSE_COMMON_DIALOGS for PPC
authorJulian Smart <julian@anthemion.co.uk>
Tue, 22 Mar 2005 21:02:42 +0000 (21:02 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 22 Mar 2005 21:02:42 +0000 (21:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/setup.h

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