Chromium Code Reviews| Index: source/libvpx/vpx/vpx_integer.h |
| =================================================================== |
| --- source/libvpx/vpx/vpx_integer.h (revision 251189) |
| +++ source/libvpx/vpx/vpx_integer.h (working copy) |
| @@ -48,7 +48,7 @@ |
| #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> |