X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eab489c8d3c389eb4a3f8d1d42aa7629269f3049..642c0eda2ff36f5c5d0a93949c834ffda98cab82:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 50853facbe..381af0754b 100644 --- a/setup.h.in +++ b/setup.h.in @@ -204,6 +204,8 @@ #define wxUSE_STD_IOSTREAM 0 +#define wxUSE_STD_STRING 0 + #define wxUSE_LONGLONG 0 @@ -499,8 +501,10 @@ #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 /* @@ -573,6 +577,12 @@ * Use SDL for audio (Unix) */ #define wxUSE_LIBSDL 0 + +/* + * Compile sound backends as plugins + */ +#define wxUSE_PLUGINS 0 + /* * Use GNOME print for printing under GTK+ 2.0 */