// ----------------------------------------------------------------------------
// 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