From 27a5a589ed2dd177143d56e70437e969b46ca33f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Jul 2013 13:05:24 -0400 Subject: [PATCH] INFINITE is defined via windows.h so undefine it --- libs/ardour/ardour/chan_count.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/ardour/ardour/chan_count.h b/libs/ardour/ardour/chan_count.h index c4f3caef6b..03e2fcd8ff 100644 --- a/libs/ardour/ardour/chan_count.h +++ b/libs/ardour/ardour/chan_count.h @@ -26,6 +26,10 @@ #include "pbd/xml++.h" #include "ardour/data_type.h" +#ifdef INFINITE +#undef INFINITE +#endif + namespace ARDOUR { -- 2.30.2