]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
fix m_Matches overflow if Compile() is called more than once (bug 742236)
[wxWidgets.git] / setup.h.in
index 38557e40bbf17a7d2eddc81371d6342e3dc4c446..4f9f5faef25d7c19a4289e75c29fe353bc8f7b7e 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 wxUSE_DRAGIMAGE 0
 
+/*
+ * Enable accessibility support
+ */
+#define wxUSE_ACCESSIBILITY 0
+
 /*
  * Use property sheet classes
  */