Alexandre Julliard pushed to branch master at wine / wine
Commits: 663bc966 by Jinoh Kang at 2024-11-04T15:30:21+01:00 server: Allow creating named pipes using \Device\NamedPipe\ as RootDirectory.
Separate the named pipe root directory from the named pipe device file. Open the root directory instead of the device file if the path ends with backslash.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52105 Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
- - - - - 962017be by Jinoh Kang at 2024-11-04T15:30:21+01:00 server: Implement more FSCTLs on \Device\NamedPipe and \Device\NamedPipe.
- - - - -
3 changed files:
- dlls/ntdll/tests/om.c - dlls/ntdll/tests/pipe.c - server/named_pipe.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0872e3c1ff242dc17f18749efb1e28...