re-fix #ifdef cond for lrint()
authornu774 <honeycomb77@gmail.com>
Sat, 26 Oct 2013 02:29:30 +0000 (11:29 +0900)
committernu774 <honeycomb77@gmail.com>
Sat, 26 Oct 2013 02:29:30 +0000 (11:29 +0900)
src/lpcm.c

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