From b6afce39a40f5a6f06de665c242d96934b7e3f8e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Jul 2013 14:27:24 -0400 Subject: Undef SearchPath where needed as it is defined via windows.h This is pretty annoying, might even be worth renaming the class --- libs/ardour/template_utils.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/template_utils.cc') diff --git a/libs/ardour/template_utils.cc b/libs/ardour/template_utils.cc index 05007b0ade..c57f2400ac 100644 --- a/libs/ardour/template_utils.cc +++ b/libs/ardour/template_utils.cc @@ -32,6 +32,10 @@ #include "ardour/filename_extensions.h" #include "ardour/io.h" +#ifdef SearchPath +#undef SearchPath +#endif + using namespace std; using namespace PBD; -- cgit v1.2.3