Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
f05a5147
Commit
f05a5147
authored
Aug 02, 2012
by
Yaowu Xu
Browse files
Define INT64_MAX for msvc to build
Change-Id: I6cb88d87b7549ded1de6ff9ef65ff958ad448999
parent
a4ad3809
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/type_aliases.h
View file @
f05a5147
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment