mirror of
https://github.com/nu774/fdkaac.git
synced 2025-02-11 00:40:40 +01:00
re-fix #ifdef cond for lrint()
This commit is contained in:
parent
8f05e0751b
commit
5ccbfaa710
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user