From c00e03cced06703acdf32331c92b9f533d9c3ece Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 15 Jul 2013 08:06:09 -0400 Subject: Don't include jack/weakjack.h header when compiling for windows --- libs/ardour/port.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/port.cc') diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc index 3473b73617..a1eacca96e 100644 --- a/libs/ardour/port.cc +++ b/libs/ardour/port.cc @@ -21,7 +21,9 @@ #include "libardour-config.h" #endif +#ifndef WIN32 #include // so that we can test for new functions at runtime +#endif #include "pbd/compose.h" #include "pbd/error.h" -- cgit v1.2.3