summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-11 22:34:16 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-11 22:34:16 -0400
commitf3858b193210973b9b74b5c7bdbc3e89aef48f93 (patch)
tree59ca93cbf58c61f89f61078588804fff6fc0f0f5 /gtk2_ardour/about.cc
parent981e7e7fbb17662ab6081f731d91d53a9738adc9 (diff)
undef SearchPath where needed as it is defined via windows.h
Diffstat (limited to 'gtk2_ardour/about.cc')
-rw-r--r--gtk2_ardour/about.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc
index 6255bfa108..b2dac67379 100644
--- a/gtk2_ardour/about.cc
+++ b/gtk2_ardour/about.cc
@@ -40,6 +40,10 @@
#include "i18n.h"
+#ifdef SearchPath
+#undef SearchPath
+#endif
+
using namespace Gtk;
using namespace Gdk;
using namespace std;