X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cd411faeee9c175fb72053a48db5ed1babea43e..13ff9344d600ab38ad5ad4088d4a4797184405d2:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index a5db6eaf0e..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 @@ -287,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 +370,11 @@ #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_