DEBUGREPORT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-03-22 10:38:26 +00:00
parent 102c045464
commit 7b4a652a8b
2 changed files with 2 additions and 7 deletions

View File

@ -53,6 +53,8 @@
#undef wxUSE_REGEX
#define wxUSE_REGEX 0
#undef wxUSE_DEBUGREPORT
#define wxUSE_DEBUGREPORT 0
// Disable features which don't make sense for MS Smartphones
// (due to pointer device usage, limited controls, file system)
@ -65,9 +67,6 @@
#undef wxUSE_STATUSBAR
#define wxUSE_STATUSBAR 0
#undef wxUSE_DEBUGREPORT
#define wxUSE_DEBUGREPORT 0
#endif // __SMARTPHONE__
#endif // _WX_MSW_WINCE_CHKCONF_H_

View File

@ -1129,10 +1129,6 @@
#undef wxUSE_COMMON_DIALOGS
#define wxUSE_COMMON_DIALOGS 0
// Don't use debug report under CE
#undef wxUSE_DEBUGREPORT
#define wxUSE_DEBUGREPORT 0
// ----------------------------------------------------------------------------
// MSW settings not supported by CE
// ----------------------------------------------------------------------------