Merge "vpx_integer: Use inttypes.h in MSVC (2013 and later)."
This commit is contained in:
@@ -48,7 +48,7 @@ typedef size_t uintptr_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* VS2010 defines stdint.h, but not inttypes.h */
|
/* VS2010 defines stdint.h, but not inttypes.h */
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER) && _MSC_VER < 1800
|
||||||
#define PRId64 "I64d"
|
#define PRId64 "I64d"
|
||||||
#else
|
#else
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
Reference in New Issue
Block a user