Fixes for WinCE toolbar

Don't disable wxFileConfig for WinCE
Don't disable common dialogs for WinCE


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-20 11:54:26 +00:00
parent 503602dfe7
commit 422d719d54
2 changed files with 23 additions and 9 deletions

View File

@@ -1084,10 +1084,6 @@
#undef wxUSE_CHECKLISTBOX
#define wxUSE_CHECKLISTBOX 0
// ???
#undef wxUSE_COMMON_DIALOGS
#define wxUSE_COMMON_DIALOGS 0
// Windows CE doesn't use RAS so wxDialUpManager doesn't work under it
#undef wxUSE_DIALUP_MANAGER
#define wxUSE_DIALUP_MANAGER 0
@@ -1098,9 +1094,6 @@
#undef wxUSE_DYNAMIC_LOADER
#define wxUSE_DYNAMIC_LOADER 0
#undef wxUSE_FILECONFIG
#define wxUSE_FILECONFIG 0
#undef wxUSE_FSVOLUME
#define wxUSE_FSVOLUME 0