re-fix #ifdef cond for lrint()
[fdkaac.git] / 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.009456 seconds and 4 git commands to generate.