From 7830cf1bd2c71bad9aa296254cf5c5f9842e8b8e Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Thu, 17 Oct 2013 15:56:52 -0700 Subject: Replace "inline" with OPUS_INLINE. Newer versions of MSVC are unhappy with the strategy of the build environment redefining "inline" (even though they don't support the actual keyword). Instead we define OPUS_INLINE to the right thing in opus_defines.h. This is the same approach we use for restrict. --- win32/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'win32') diff --git a/win32/config.h b/win32/config.h index 6cf0cadb..46ff699b 100644 --- a/win32/config.h +++ b/win32/config.h @@ -28,8 +28,6 @@ POSSIBILITY OF SUCH DAMAGE. #ifndef CONFIG_H #define CONFIG_H -#define inline __inline - #define USE_ALLOCA 1 /* Comment out the next line for floating-point code */ -- cgit v1.2.3