提交 b9a778a2 编写于 作者: M Mark Adler

Include io.h for Turbo C / Borland C on all platforms [Truta].

上级 4a9e4dff
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#endif #endif
#include <fcntl.h> #include <fcntl.h>
#if defined(MSDOS) && defined(__TURBOC__) #ifdef __TURBOC__
# include <io.h> # include <io.h>
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册