]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / os2 / setup0.h
index a5db6eaf0e034e8bc28d5ea3972cfdfd34d3b404..ac026638bcdeed9fca923b63d71bde813303134e 100644 (file)
@@ -78,6 +78,7 @@
 
 #define wxUSE_CONTROLS     1    // Do not change
 #define wxUSE_POPUPWIN     0    // OS/2 does not use this
 
 #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
 
 // Recommended setting: 1
 #define wxUSE_BUTTON       1    // wxButton
 
 #define wxUSE_FFILE         1
 
 
 #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
 
 // use wxTextFile class: requires wxFile, required by wxConfig
 #define wxUSE_TEXTFILE            1
 
 
 #define wxUSE_CMDLINE_PARSER      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_
 #endif
     // _WX_SETUP_H_