From 413763fe18334fe23cdadf003dd3f4c7386ee97f Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 19 Dec 2018 13:01:28 -0800 Subject: [PATCH] vpx_integer.h: drop VS2010 workaround visual studio 2015 is the current minimum BUG=webm:1573 Change-Id: I22139925c0a322b1da214c38d8f74fadbc34d2de --- vpx/vpx_integer.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vpx/vpx_integer.h b/vpx/vpx_integer.h index 4e7236f..249c781 100644 --- a/vpx/vpx_integer.h +++ b/vpx/vpx_integer.h @@ -51,13 +51,8 @@ typedef size_t uintptr_t; #include -#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 -#endif #endif // VPX_VPX_VPX_INTEGER_H_ -- 2.7.4