mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Revised to compile on MingW
This commit is contained in:
parent
e66d9d4c06
commit
e4f7385f9a
2
gzio.c
2
gzio.c
@@ -48,7 +48,7 @@ extern voidp malloc OF((uInt size));
|
|||||||
extern void free OF((voidpf ptr));
|
extern void free OF((voidpf ptr));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NO_FSEEKO
|
#if defined(NO_FSEEKO) || defined(__MINGW32__)
|
||||||
# define FSEEK fseek
|
# define FSEEK fseek
|
||||||
# define FTELL ftell
|
# define FTELL ftell
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user