Removed miniz size support warning

This commit is contained in:
mathusummut
2018-09-23 15:05:24 +02:00
parent d7c63ed9dc
commit e82c807491

View File

@@ -129,7 +129,7 @@ static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStream)
#define MZ_DELETE_FILE remove #define MZ_DELETE_FILE remove
#else #else
#pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") //#pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.")
#ifndef MINIZ_NO_TIME #ifndef MINIZ_NO_TIME
#include <utime.h> #include <utime.h>
#endif #endif