Commit ae9ce863 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Windows porting fix - Define O_NONBLOCK if not defined.

parent d9558dbd
......@@ -120,6 +120,9 @@ struct statfs;
# define O_LARGEFILE 0
#endif
#ifndef O_NONBLOCK
# define O_NONBLOCK 0
#endif
/****************************************************************
* Constants
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment