]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
fixes for deprecated warnings
[wxWidgets.git] / setup.h.in
index 4f9f5faef25d7c19a4289e75c29fe353bc8f7b7e..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)
  */