Skip to content
  • John Koleszar's avatar
    Use INT64_MAX instead of LLONG_MAX · 24bc1a71
    John Koleszar authored
    These variables have the type int64_t, not long long. long long could
    be a larger type than 64 bits. Emulate INT64_MAX for older versions of
    MSVC, and remove the unreferenced vpx_ports/vpxtypes.h
    
    Change-Id: Ideaca71838fcd3849d816d5ab17aa347c97d03b0
    24bc1a71