]> git.saurik.com Git - wxWidgets.git/commitdiff
Make Smartphone buildable with current flags.
authorWłodzimierz Skiba <abx@abx.art.pl>
Sun, 13 Mar 2005 15:26:54 +0000 (15:26 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Sun, 13 Mar 2005 15:26:54 +0000 (15:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/chkconf.h

index 2e601e3cce4a96b6b68f0dbab55a824a3c87ecea..5f320a3605b88b8f40d8f19f04ec55350e142ac5 100644 (file)
@@ -54,7 +54,8 @@
 #define wxUSE_REGEX 0
 
 
-// Disable controls which don't make sense for phones
+// Disable features which don't make sense for MS Smartphones
+// (due to pointer device usage, limited controls, file system)
 #if defined(__SMARTPHONE__)
     #undef wxUSE_LISTBOOK
     #define wxUSE_LISTBOOK 0
@@ -64,6 +65,9 @@
 
     #undef wxUSE_STATUSBAR
     #define wxUSE_STATUSBAR 0
+
+    #undef wxUSE_DEBUGREPORT
+    #define wxUSE_DEBUGREPORT 0
 #endif // __SMARTPHONE__
 
 #endif // _WX_MSW_WINCE_CHKCONF_H_