Chromium Code Reviews| Index: source/libvpx/vpx/vpx_integer.h |
| =================================================================== |
| --- source/libvpx/vpx/vpx_integer.h (revision 177019) |
| +++ source/libvpx/vpx/vpx_integer.h (working copy) |
| @@ -27,6 +27,7 @@ |
| #if (defined(_MSC_VER) && (_MSC_VER < 1600)) |
| typedef signed __int64 int64_t; |
| typedef unsigned __int64 uint64_t; |
| +#define INT64_MAX _I64_MAX |
| #endif |
| #ifndef _UINTPTR_T_DEFINED |