]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Fix use of deprecated wxList/Node methods.
[wxWidgets.git] / setup.h_vms
index e023e9b334973e990193f3887ede2c21853b2e1b..37708a725dec548785651b79f2ddc3b3d960abb2 100644 (file)
 #endif
 
 /* enable rich edit under Win32 */
-#if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__GNUWIN32_OLD__)
+#if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
 #define wxUSE_RICHEDIT 1
 #else
 #define wxUSE_RICHEDIT 0
  */
 #define HAVE_CONST_CAST 1
 
+/*
+ * use STL for containers and wxString
+ */
+#define wxUSE_STL 0
 /*
  * Use regex support
  */
  */
 #define wxUSE_NOGUI 0
 
+#define wxUSE_BASE 1
+#define __WXBASE__ 1
+
 /*
  * Catch fatal program exceptions
  */