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>