X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d7ddd02649628327f8169cf2f4f9ee7b52f39c7..b1d66b5415f7befb45e050d7097571642b8bfa56:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 33ea02be7f..ac026638bc 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -78,6 +78,7 @@ #define wxUSE_CONTROLS 1 // Do not change #define wxUSE_POPUPWIN 0 // OS/2 does not use this +#define wxUSE_TIPWINDOW 0 // hence this is unavailable // Recommended setting: 1 #define wxUSE_BUTTON 1 // wxButton @@ -226,10 +227,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) @@ -291,6 +288,9 @@ #define wxUSE_FFILE 1 +// use wxTextBuffer class: required by wxTextFile +#define wxUSE_TEXTBUFFER 1 + // use wxTextFile class: requires wxFile, required by wxConfig #define wxUSE_TEXTFILE 1 @@ -366,5 +366,15 @@ #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_