#define O_BINARY

This commit is contained in:
Glenn Maynard
2003-09-24 06:02:27 +00:00
parent 8994cf8cb7
commit cd195398ea
+3
View File
@@ -35,6 +35,9 @@
#if defined(WIN32)
#include <io.h>
#endif
#if !defined(O_BINARY)
#define O_BINARY 0
#endif
#include <string.h>
#include <errno.h>