Chromium Code Reviews| Index: source/libvpx/vpx/vpx_integer.h |
| =================================================================== |
| --- source/libvpx/vpx/vpx_integer.h (revision 195011) |
| +++ source/libvpx/vpx/vpx_integer.h (working copy) |
| @@ -28,6 +28,8 @@ |
| typedef signed __int64 int64_t; |
| typedef unsigned __int64 uint64_t; |
| #define INT64_MAX _I64_MAX |
| +#define INT16_MAX _I16_MAX |
| +#define INT16_MIN _I16_MIN |
| #endif |
| #ifndef _UINTPTR_T_DEFINED |