mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 01:23:35 +02:00
Removed miniz size support warning
This commit is contained in:
@@ -129,7 +129,7 @@ static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStream)
|
||||
#define MZ_DELETE_FILE remove
|
||||
|
||||
#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
|
||||
#include <utime.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user