]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
typo in comment
[wxWidgets.git] / setup.h.in
index 50fdb2a3be9cc36040a50a9a2094df1253788c3e..57b110ba55d5e5c96a4b2de3f35dd225c3f05575 100644 (file)
  */
 #undef HAVE_CONST_CAST
 
+/*
+ * use STL for containers and wxString
+ */
+#define wxUSE_STL 0
 /*
  * Use regex support
  */
 /*
  * Use GUI
  */
+#ifndef wxUSE_GUI
 #define wxUSE_GUI 0
+#endif
 /*
  * Don't use GUI (defined to 1 when compiling/using base only)
  */
  */
 #define wxUSE_DRAGIMAGE 0
 
+/*
+ * Enable accessibility support
+ */
+#define wxUSE_ACCESSIBILITY 0
+
 /*
  * Use property sheet classes
  */