diff options
Diffstat (limited to 'drivers/speex/config.h')
-rw-r--r-- | drivers/speex/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/speex/config.h b/drivers/speex/config.h index 0fd55b8982..d31382702c 100644 --- a/drivers/speex/config.h +++ b/drivers/speex/config.h @@ -39,9 +39,9 @@ /* Use only fixed point arithmetic */
-#ifdef _MSC_VER
-#define inline _inline
-#endif
+//#ifdef _MSC_VER
+//#define inline _inline
+//#endif
#define FIXED_POINT 1
|