]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
Applied patch [ 670782 ] Combobox uses popup window width
[wxWidgets.git] / include / wx / os2 / setup0.h
index 4efd8d7da7394b42fd5ec98c414c4c330a7deef2..38bba247cc37e73567ffc059e25bdcb42bc44724 100644 (file)
@@ -77,8 +77,8 @@
                                 // 0 for no drag and drop
 
 #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
+#define wxUSE_POPUPWIN     1    //
+#define wxUSE_TIPWINDOW    1    //
 
 // Recommended setting: 1
 #define wxUSE_BUTTON       1    // wxButton
                                   // DLL loading and function calling
 #define wxUSE_DYNAMIC_LOADER 0
 
+#define wxUSE_WCHAR_T           1
 #define wxUSE_PROTOCOL          1
 #define wxUSE_URL               1
 #define wxUSE_PROTOCOL_HTTP     1
 #define wxUSE_PROTOCOL_FTP      1
 #define wxUSE_PROTOCOL_FILE     1
 
+#define wxUSE_GENERIC_MDI_AS_NATIVE 1
+
+// use wxExpr (a.k.a. PrologIO)
+#define wxUSE_PROLOGIO          1
+
 #endif
     // _WX_SETUP_H_