richgel999 / lzham_codec

Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++
Other
693 stars 71 forks source link

Use lzham prefixed max int values #30

Open partiallyderived opened 1 year ago

partiallyderived commented 1 year ago

This PR incorporates the changes in #28 which address Linux build failures, namely the use of UINTXX_MAX rather than LZHAM_UINTXX_MAX, where XX is the number of bits, which leads to i.e. error: ‘UINT16_MAX’ was not declared in this scope