ntdll/kernel32: #27 take II

Alexandre Julliard julliard at winehq.org
Fri Jun 20 13:54:00 CDT 2003


Eric Pouech <pouech-eric at wanadoo.fr> writes:

> This is a second take at console handles in ntdll. It includes
> corrections for latest Alexandre's remarks.

Much better, thanks. Just a minor point: the server must not use
INVALID_HANDLE_VALUE, the proper value for invalid handles in the
server is 0. Also please don't make server calls inside server calls
(like the ReleaseSemaphore call in write_console_input).

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list