Re: [PATCH 4/5] [Kernel32, Server]: fixed a couple of bugs when reading bare console input with overlapped operations
29 Nov
2010
29 Nov
'10
6:31 a.m.
Eric Pouech <eric.pouech(a)orange.fr> writes:
@@ -3011,6 +3014,7 @@ BOOL CONSOLE_Init(RTL_USER_PROCESS_PARAMETERS *params) /* reply->event shouldn't be created by server */ } SERVER_END_REQ; + fcntl( 0, F_SETFL, O_NONBLOCK );
I don't think that's a good idea, the calling process may not expect that. Also using overlapped I/O seems overkill considering that you already have a Unix fd. -- Alexandre Julliard julliard(a)winehq.org
5489
Age (days ago)
5489
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard