X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/668d55c925fb0d434b895de277c90546994b69e7..9f7e1cff95db6b856f47b9a104358e50dec509e7:/setup.h.in diff --git a/setup.h.in b/setup.h.in index e081e7205f..381af0754b 100644 --- a/setup.h.in +++ b/setup.h.in @@ -501,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 /* @@ -575,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 */