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