From a0767761b9cd8a062cc04fbdabe8334a5a0db271 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 15 Apr 2005 18:34:33 +0000 Subject: [PATCH] re-added missing wxUSE_PLUINGS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 */ -- 2.47.2