mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
FS-6010 --resolve
This commit is contained in:
@@ -158,6 +158,7 @@
|
||||
}
|
||||
|
||||
#elif defined(_WIN64)
|
||||
#if (_MSC_VER < 1800)
|
||||
__inline long int lrint(double x)
|
||||
{
|
||||
return (long int) (x);
|
||||
@@ -166,6 +167,7 @@
|
||||
{
|
||||
return (long int) (x);
|
||||
}
|
||||
#endif
|
||||
#elif (defined (__MWERKS__) && defined (macintosh))
|
||||
|
||||
/* This MacOS 9 solution was provided by Stephane Letz */
|
||||
|
Reference in New Issue
Block a user