]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Applied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP
[wxWidgets.git] / setup.h_vms
index 9bd4be7c8fb7270fa23d4e239eaf50a2f0808162..7fcec76086374d91bdc00525b35099b7329f034c 100644 (file)
 
 #define wxUSE_STD_IOSTREAM  0
 
+#define wxUSE_STD_STRING  0
 
 #define wxUSE_LONGLONG      1
 
 /* enable rich edit under Win32 */
 #if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
 #define wxUSE_RICHEDIT 1
+#define wxUSE_RICHEDIT2 1
 #else
 #define wxUSE_RICHEDIT 0
+#define wxUSE_RICHEDIT2 0
 #endif
 
 /*