forked from Mirrors/freeswitch
FSBUILD-239
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16587 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
07045091b6
commit
b6df6bffe4
|
@ -36,6 +36,10 @@
|
||||||
|
|
||||||
SWITCH_BEGIN_EXTERN_C
|
SWITCH_BEGIN_EXTERN_C
|
||||||
#define SWITCH_USE_CLOCK_FUNCS
|
#define SWITCH_USE_CLOCK_FUNCS
|
||||||
|
|
||||||
|
#if defined(WIN32) && defined(_MSC_VER)
|
||||||
|
#define atoll _atoi64
|
||||||
|
#endif
|
||||||
#ifdef __ICC
|
#ifdef __ICC
|
||||||
#pragma warning (disable:810 869 981 279 1469 188)
|
#pragma warning (disable:810 869 981 279 1469 188)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue