kaitai_struct_cpp_stl_runtime
kaitai_struct_cpp_stl_runtime copied to clipboard
Add support for mingw and fix signedness compare warning
The || defined(__MINGW32__) makes it possible to compile with MinGw on Windows
additionally changing the type of got_len from int to size_t fixes the wsigncomparewarning that occurs
Closes https://github.com/kaitai-io/kaitai_struct_cpp_stl_runtime/issues/44