Merge "vpx_integer: Use inttypes.h in MSVC (2013 and later)."
This commit is contained in:
commit
4d6cd41b71
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user