summaryrefslogtreecommitdiff
path: root/libs/ardour/panner_manager.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-11 14:27:24 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-11 14:27:24 -0400
commitb6afce39a40f5a6f06de665c242d96934b7e3f8e (patch)
tree12e6ad1540cdb9be6e7e52a24f9f988cf18c1395 /libs/ardour/panner_manager.cc
parent4d71933f5ba09af4dfb79459798611994ca60b8f (diff)
Undef SearchPath where needed as it is defined via windows.h
This is pretty annoying, might even be worth renaming the class
Diffstat (limited to 'libs/ardour/panner_manager.cc')
-rw-r--r--libs/ardour/panner_manager.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/panner_manager.cc b/libs/ardour/panner_manager.cc
index e77104dd33..06fc42aab9 100644
--- a/libs/ardour/panner_manager.cc
+++ b/libs/ardour/panner_manager.cc
@@ -28,6 +28,11 @@
#include "ardour/debug.h"
#include "ardour/panner_manager.h"
+
+#ifdef SearchPath
+#undef SearchPath
+#endif
+
#include "ardour/panner_search_path.h"
#include "i18n.h"