Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
7320fdda
Commit
7320fdda
authored
Feb 10, 2014
by
Tom Finegan
Browse files
vpx_integer: Use inttypes.h in MSVC (2013 and later).
Change-Id: I2c47f0ab13de82de8833c3f134e5f3c74394374f
parent
c761bd78
Changes
1
Show whitespace changes
Inline
Side-by-side
vpx/vpx_integer.h
View file @
7320fdda
...
...
@@ -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
Supports
Markdown
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