1
1

Add a missing header for defining O_BINARY on windows.

This commit was SVN r21719.
Этот коммит содержится в:
Shiqing Fan 2009-07-20 09:00:58 +00:00
родитель 6c85d954f3
Коммит 4c3ea7a0d2

Просмотреть файл

@ -70,6 +70,8 @@
#include <process.h>
#include <signal.h>
#include <conio.h>
#include <fcntl.h>
/**
* For all file io operations
*/