X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6835592c5ce0c3c4bc3a0e1275b1a1592c023280..6296744f4530d59e903652747e79ddd34ad7c6ae:/include/wx/os2/setup0.h?ds=sidebyside diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 3ef0298525..21080fc043 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -226,10 +226,6 @@ // Use standard C++ streams if 1. If 0, use wxWin // streams implementation. -#define wxUSE_WXCONFIG 1 - // if enabled, compiles built-in OS independent wxConfig - // class and it's file (any platform) and registry (Win) - // based implementations #define wxUSE_THREADS 1 // support for multithreaded applications: if // 1, compile in thread classes (thread.h) @@ -360,6 +356,21 @@ // needed for wxCanvas #define wxUSE_MENUS 1 +#define wxUSE_WAVE 1 + +#define wxUSE_REGEX 1 + +#define wxUSE_FINDREPLDLG 1 // Find replace dialog + +#define wxUSE_PALETTE 1 + +#define wxUSE_CMDLINE_PARSER 1 + +#define wxUSE_SPLASH 1 + +#if (!(defined(WXUSINGDLL) || defined(WXMAKINGDLL))) + #define NO_TEXT_WINDOW_STREAM 1 // defined in textctrl.h for DLL builds +#endif #endif // _WX_SETUP_H_