Define INT64_MAX for msvc to build

Change-Id: I6cb88d87b7549ded1de6ff9ef65ff958ad448999
This commit is contained in:
Yaowu Xu 2012-08-02 11:36:55 -07:00
parent a4ad3809e2
commit f05a51475d

View File

@ -97,6 +97,9 @@ typedef unsigned char BOOLEAN;
#ifdef _MSC_VER
typedef __int64 INT64;
#ifndef INT64_MAX
#define INT64_MAX LLONG_MAX
#endif
#else
#ifndef TYPE_INT64