From: Jeff Lenk Date: Sat, 12 Oct 2013 21:40:29 +0000 (-0500) Subject: fix windows build for recent spandsp commit X-Git-Tag: v1.4.1~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7287f901fd63736fb26db1d217ebeffbb1e38a2;p=thirdparty%2Ffreeswitch.git fix windows build for recent spandsp commit --- 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"