]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup.h
Added DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLEXPORT. This is
[wxWidgets.git] / include / wx / os2 / setup.h
index c3af84e11c2eb6c267b1d50ffdce84a685700a64..11d78ac504cf1fe2b4d6fb7a9372d1b05163fb31 100644 (file)
 // ----------------------------------------------------------------------------
 // global settings
 // ----------------------------------------------------------------------------
+// use TCPV40 from toolkit - EK
+#define TCPV40HDRS
+
+// use double mode + PM GUI and Window text window,
+// to use it you must link your app as "Window"
+#define wxUSE_CONSOLEDEBUG   1
 
 // define this to 1 if you want icons to behave as bitmaps
 #define wxICON_IS_BITMAP     0
                                     // Define 1 to compile check listbox
 #define wxUSE_CARET       1
                                     // Define 1 to use wxCaret class
+#define wxUSE_TREECTRL    1
+                                    // Define 1 to use wxTree* classes
 #define wxUSE_XPM_IN_OS2  1
                                     // Define 1 to support the XPM package in wxBitmap.
 #define wxUSE_IMAGE_LOADING_IN_OS2        1