FSBUILD-239

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16587 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2010-02-09 07:30:04 +00:00
parent 07045091b6
commit b6df6bffe4
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
SWITCH_BEGIN_EXTERN_C
#define SWITCH_USE_CLOCK_FUNCS
#if defined(WIN32) && defined(_MSC_VER)
#define atoll _atoi64
#endif
#ifdef __ICC
#pragma warning (disable:810 869 981 279 1469 188)
#endif