From: Václav Slavík Date: Fri, 15 Apr 2005 18:34:33 +0000 (+0000) Subject: re-added missing wxUSE_PLUINGS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a0767761b9cd8a062cc04fbdabe8334a5a0db271 re-added missing wxUSE_PLUINGS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index e081e7205f..610b50e09c 100644 --- a/setup.h.in +++ b/setup.h.in @@ -575,6 +575,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 */