blob: 865c2c9898f9cf0ec1c5c01981370418375de99c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- frontends/fltk_gui/CsoundPerformanceSettingsPanel.cpp.orig 2013-01-07 12:49:35 UTC
+++ frontends/fltk_gui/CsoundPerformanceSettingsPanel.cpp
@@ -4,9 +4,11 @@
#endif
//CS5GUI_EXPERIMENTAL device query section left out for Windows and Mac while the problem is found
+#ifndef __FreeBSD__
#ifdef LINUX
#define CS5GUI_EXPERIMENTAL
#endif
+#endif
#include "csound.hpp"
|