// Microsoft version of 'inline' #define inline __inline /* This is a build of OPUS */ #define OPUS_BUILD // Visual Studio support alloca(), but it always align variables to 16-bit // boundary, while SSE need 128-bit alignment. So we disable alloca() when // SSE is enabled. #ifndef _USE_SSE # define USE_ALLOCA #endif /* We don't support visibility on Win32 */ #define EXPORT