mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-23 21:29:51 -04:00
tinyexr: Fixed OSX warning.
This commit is contained in:
parent
95f3df2f73
commit
b5f3cc34f7
1 changed files with 1 additions and 1 deletions
2
3rdparty/tinyexr/tinyexr.h
vendored
2
3rdparty/tinyexr/tinyexr.h
vendored
|
@ -4377,7 +4377,7 @@ static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStream) {
|
||||||
#define MZ_FFLUSH fflush
|
#define MZ_FFLUSH fflush
|
||||||
#define MZ_FREOPEN(f, m, s) freopen(f, m, s)
|
#define MZ_FREOPEN(f, m, s) freopen(f, m, s)
|
||||||
#define MZ_DELETE_FILE remove
|
#define MZ_DELETE_FILE remove
|
||||||
#elif defined(__GNUC__) && _LARGEFILE64_SOURCE
|
#elif defined(__GNUC__) && defined(_LARGEFILE64_SOURCE) && _LARGEFILE64_SOURCE
|
||||||
#ifndef MINIZ_NO_TIME
|
#ifndef MINIZ_NO_TIME
|
||||||
#include <utime.h>
|
#include <utime.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue