21 Sep
2020
21 Sep
'20
3:44 p.m.
Paul Gofman <pgofman(a)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.