Don't use debug report under CE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-03-22 09:41:21 +00:00
parent 26ce51716a
commit a33685f4b8

View File

@ -1129,6 +1129,10 @@
#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
// ----------------------------------------------------------------------------