From e7287f901fd63736fb26db1d217ebeffbb1e38a2 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Sat, 12 Oct 2013 16:40:29 -0500 Subject: [PATCH] fix windows build for recent spandsp commit --- libs/spandsp/src/make_modem_filter.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/spandsp/src/make_modem_filter.c b/libs/spandsp/src/make_modem_filter.c index ec290c3e07..bd9427e24f 100644 --- a/libs/spandsp/src/make_modem_filter.c +++ b/libs/spandsp/src/make_modem_filter.c @@ -41,6 +41,10 @@ #include #endif +#if defined (_MSC_VER) + #define __inline__ __inline +#endif + #include "spandsp/telephony.h" #include "spandsp/complex.h" #include "filter_tools.h"