Dmitry Timoshkov <[email protected]> writes: > Alexandre Julliard <[email protected]> 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.
That doesn't mean it should use the same access as a named pipe object. -- Alexandre Julliard [email protected]
