ref: c0662b4556b757a462444caa67cd31b74342abb9
parent: c17d6997cd6babd8dbd805deb1f1d104c9324a36
parent: 413763fe18334fe23cdadf003dd3f4c7386ee97f
author: James Zern <jzern@google.com>
date: Wed Dec 19 18:45:22 EST 2018
Merge "vpx_integer.h: drop VS2010 workaround"
--- a/vpx/vpx_integer.h
+++ b/vpx/vpx_integer.h
@@ -51,13 +51,8 @@
#include <stdint.h>
-#endif
+#endif // defined(VPX_EMULATE_INTTYPES)
-/* VS2010 defines stdint.h, but not inttypes.h */
-#if defined(_MSC_VER) && _MSC_VER < 1800
-#define PRId64 "I64d"
-#else
#include <inttypes.h>
-#endif
#endif // VPX_VPX_VPX_INTEGER_H_