richgel999 / lzham_codec

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

VS2015 includes <stdint.h> #20

Open andr1972 opened 7 years ago

andr1972 commented 7 years ago

lzham_types.h not compiled because consts are defined in I must

undef UINT8_MAX

undef UINT16_MAX

... Similar I must undef consts in stream_common.h

gvollant commented 6 years ago

It's probably same thing than #24