Windows porting fix - Define O_NONBLOCK if not defined.

oldstable
Steven Edwards 2004-02-12 22:39:18 +00:00 committed by Alexandre Julliard
parent d9558dbd19
commit ae9ce86324
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ struct statfs;
# define O_LARGEFILE 0
#endif
#ifndef O_NONBLOCK
# define O_NONBLOCK 0
#endif
/****************************************************************
* Constants