undef SearchPath where needed as it is defined via windows.h
authorTim Mayberry <mojofunk@gmail.com>
Mon, 22 Jul 2013 02:44:45 +0000 (12:44 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Mon, 22 Jul 2013 03:44:32 +0000 (13:44 +1000)
gtk2_ardour/video_server_dialog.cc

index a8383f4d2393b3c7496bfc844601391227616049..468bcc5c8d063c02b3e315a52159804fb09ee58a 100644 (file)
 #include "utils_videotl.h"
 #include "i18n.h"
 
+#ifdef SearchPath
+#undef SearchPath
+#endif
+
 using namespace Gtk;
 using namespace std;
 using namespace PBD;