提交 156cf4fd authored 作者: Mathieu Rene's avatar Mathieu Rene

MODAPP-389

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16465 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 68b7d35d
......@@ -47,7 +47,7 @@
#include <float.h>
#define ISNAN(x) (!!(_isnan(x)))
#else
#define ISNAN(x) ((x)== NAN)
#define ISNAN(x) (isnan(x))
#endif
/*! Number of points for beep detection. */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论