From: Mathieu Rene Date: Tue, 9 Feb 2010 07:30:04 +0000 (+0000) Subject: FSBUILD-239 X-Git-Tag: v1.0.6~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6df6bffe4c81dfd0f7add41dad86c0a4685d586;p=thirdparty%2Ffreeswitch.git FSBUILD-239 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16587 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h index bde72d8b8e..8b5d60bf82 100644 --- a/src/include/switch_platform.h +++ b/src/include/switch_platform.h @@ -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