[PATCH] ntdll/tests: Test named pipe with empty name.

Dmitry Timoshkov dmitry at baikal.ru
Mon Sep 21 10:44:04 CDT 2020


Paul Gofman <pgofman at codeweavers.com> wrote:

> +    attr.Attributes               = 0x40; /* case insensitive */

There should be a symbolic name for this.

> +    pRtlInitUnicodeString(&name, u"\\Device\\NamedPipe");

This is not portable, please use L"" form instead.

-- 
Dmitry.



More information about the wine-devel mailing list