mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-11 18:07:14 +00:00
oops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8682 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d371972dab
commit
ebbf9b3eae
@ -43,7 +43,7 @@
|
|||||||
#if defined(HAVE_MATH_H)
|
#if defined(HAVE_MATH_H)
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#endif
|
#endif
|
||||||
#if (_MSC_VER = 1400) /* fix for broken header files with msvc 2005*/
|
#if (_MSC_VER == 1400) /* fix for broken header files with msvc 2005*/
|
||||||
#if !defined (_M_IA64) && !defined (_M_AMD64)
|
#if !defined (_M_IA64) && !defined (_M_AMD64)
|
||||||
#undef logf
|
#undef logf
|
||||||
#define logf(x) ((float)log((double)(x)))
|
#define logf(x) ((float)log((double)(x)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user