[2/4] server: Add access mapping for a named pipe device object, adjust its default access rights. Resend.

Dmitry Timoshkov dmitry at baikal.ru
Tue Apr 17 05:41:57 CDT 2012


Alexandre Julliard <julliard at winehq.org> wrote:

> Why do you need this for the device?

Because of
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so pipe.c && touch pipe.ok
pipe.c:109: Test failed: WaitNamedPipe failed (3)
pipe.c:116: Test failed: wrong error 3
pipe.c:109: Test failed: WaitNamedPipe failed (3)
pipe.c:116: Test failed: wrong error 3

WaitNamedPipeW() opens a pipe device with FILE_READ_ATTRIBUTES.

-- 
Dmitry.



More information about the wine-devel mailing list