Include io.h for Turbo C / Borland C++.
This commit is contained in:
parent
15b5671b78
commit
0cbad869b0
4
gzguts.h
4
gzguts.h
@ -27,6 +27,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
#if defined(MSDOS) && defined(__TURBOC__)
|
||||||
|
# include <io.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NO_DEFLATE /* for compatibility with old definition */
|
#ifdef NO_DEFLATE /* for compatibility with old definition */
|
||||||
# define NO_GZCOMPRESS
|
# define NO_GZCOMPRESS
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user