#endif
-#define WXWIN_COMPATIBILITY_2_2 0
-
#define WXWIN_COMPATIBILITY_2_4 0
+#define WXWIN_COMPATIBILITY_2_6 0
+
#define wxDIALOG_UNIT_COMPATIBILITY 0
#define wxUSE_CHOICEBOOK 0
+#define wxUSE_TREEBOOK 0
+
#define wxUSE_TAB_DIALOG 0
#define wxUSE_GRID 0
#define wxUSE_GLCANVAS 0
+#define wxUSE_RICHTEXT 0
+
#define wxUSE_CLIPBOARD 0
* the common values automatically */
#if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
+#else
+#define wxUSE_OWNER_DRAWN 0
#endif
#if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)