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