Skip to content
Snippets Groups Projects
Commit f05a5147 authored by Yaowu Xu's avatar Yaowu Xu
Browse files

Define INT64_MAX for msvc to build

Change-Id: I6cb88d87b7549ded1de6ff9ef65ff958ad448999
parent a4ad3809
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment