ChangeSet ID: 17129 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/18 09:57:05
Modified files: server : trace.c protocol.def named_pipe.c include/wine : server_protocol.h include : winternl.h dlls/ntdll : file.c dlls/kernel : sync.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - moved named pipe creation to ntdll - server now handles the named pipe flags as the NTDLL values (not the KERNEL32 ones) - named pipes in server now use the async IO mechanism for connect/wait ops
Patch: http://cvs.winehq.org/patch.py?id=17129
Old revision New revision Changes Path 1.232 1.233 +2 -2 wine/server/trace.c 1.127 1.128 +7 -2 wine/server/protocol.def 1.35 1.36 +19 -106 wine/server/named_pipe.c 1.128 1.129 +8 -3 wine/include/wine/server_protocol.h 1.115 1.116 +5 -0 wine/include/winternl.h 1.82 1.83 +42 -12 wine/dlls/ntdll/file.c 1.75 1.76 +100 -80 wine/dlls/kernel/sync.c