mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
Removed miniz size support warning
This commit is contained in:
parent
d7c63ed9dc
commit
e82c807491
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user