../submodules/miniz/miniz_zip.c:132:9: warning: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. [-W#pragma-messages]
pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.")
I'm not sure large files are that important, but it would be nice to get rid of it. Is a #define missing somewhere, or something?
pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.")
I'm not sure large files are that important, but it would be nice to get rid of it. Is a #define missing somewhere, or something?