Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
4d6cd41b
Commit
4d6cd41b
authored
Feb 10, 2014
by
Tom Finegan
Committed by
Gerrit Code Review
Feb 10, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vpx_integer: Use inttypes.h in MSVC (2013 and later)."
parents
992500b8
7320fdda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vpx/vpx_integer.h
vpx/vpx_integer.h
+1
-1
No files found.
vpx/vpx_integer.h
View file @
4d6cd41b
...
...
@@ -48,7 +48,7 @@ typedef size_t uintptr_t;
#endif
/* VS2010 defines stdint.h, but not inttypes.h */
#if defined(_MSC_VER)
#if defined(_MSC_VER)
&& _MSC_VER < 1800
#define PRId64 "I64d"
#else
#include <inttypes.h>
...
...
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