]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
restored the default value of wxObjectEventFunctor wxNewEventFunctor and explain...
[wxWidgets.git] / setup.h.in
index 498fd6f323ba2453086858849616a4d25bcddf69..ddc48e735aef05ad3c6b551ca89f0964f1fd160c 100644 (file)
 
 #define WXWIN_COMPATIBILITY_2_8 0
 
+#define wxEVENTS_COMPATIBILITY_2_8 0
+
 #define wxDIALOG_UNIT_COMPATIBILITY   0
 
 
 
 #define wxUSE_AUI       0
 
+#define wxUSE_PROPGRID  0
+
 #define wxUSE_STC 0
 
 
 #define wxUSE_FILEPICKERCTRL 0
 #define wxUSE_FONTPICKERCTRL 0
 #define wxUSE_GAUGE         0
+#define wxUSE_HEADERCTRL    0
 #define wxUSE_HYPERLINKCTRL 0
 #define wxUSE_LISTBOX       0
 #define wxUSE_LISTCTRL      0
 
 #define wxUSE_TOOLBOOK 0
 
-#define wxUSE_TAB_DIALOG    0
-
 #define wxUSE_TASKBARICON 0
 
 #define wxUSE_GRID         0
 
 #define wxUSE_BITMAPCOMBOBOX 0
 
+#define wxUSE_REARRANGECTRL 0
+
 
 #define wxUSE_ACCEL 0
 
 #define wxUSE_CRASHREPORT 0
 /* --- end MSW options --- */
 
-/*
- * Supports bool type
- */
-#undef HAVE_BOOL
-
 /*
  * Define if your compiler supports the explicit keyword
  */
 #undef HAVE_EXPLICIT
 
-/*
- * Define if your compiler supports const_cast<>()
- */
-#undef HAVE_CONST_CAST
-
-/*
- * Define if your compiler supports reinterpret_cast<>()
- */
-#undef HAVE_REINTERPRET_CAST
-
-/*
- * Define if your compiler supports static_cast<>()
- */
-#undef HAVE_STATIC_CAST
-
 /*
  * Define if your compiler has C99 va_copy
  */