Define INT64_MAX for msvc to build
Change-Id: I6cb88d87b7549ded1de6ff9ef65ff958ad448999
This commit is contained in:
parent
a4ad3809e2
commit
f05a51475d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user