Further WinCE mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-07-11 11:15:59 +00:00
parent 8f5a042b12
commit 5e9670446a
5 changed files with 81 additions and 5 deletions

View File

@@ -339,5 +339,23 @@
#endif
#endif
/*
* Define symbols that are not yet in
* configure or possibly some setup.h files.
* They will need to be added.
*/
#ifndef wxUSE_FILECONFIG
#if wxUSE_CONFIG
#define wxUSE_FILECONFIG 1
#else
#define wxUSE_FILECONFIG 0
#endif
#endif
#ifndef wxUSE_HOTKEY
#define wxUSE_HOTKEY 0
#endif
#endif /* _WX_PLATFORM_H_ */