fix MSVC12 build issue
authornu774 <honeycomb77@gmail.com>
Fri, 25 Oct 2013 08:04:26 +0000 (17:04 +0900)
committernu774 <honeycomb77@gmail.com>
Fri, 25 Oct 2013 08:04:26 +0000 (17:04 +0900)
src/lpcm.c

index a01fed9445f67517a63a74d83fac959d19bde458..1a0dcc989574db45d6095dcec6fb3c3e34b50cb2 100644 (file)
@@ -13,8 +13,7 @@
 #include "lpcm.h"
 #include "m4af_endian.h"
 
-#ifdef _MSC_VER
-#  define inline __inline
+#if defined(_MSC_VER) && _MSC_VER < 1700
 #  ifdef _M_IX86
 inline int lrint(double x)
 {
This page took 0.010846 seconds and 4 git commands to generate.