mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
- Fix one "kernel32_winetest mailslot" test
svn path=/trunk/; revision=41412
This commit is contained in:
parent
94ddb22266
commit
4c6f38272b
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,11 @@ CreateMailslotW(LPCWSTR lpName,
|
|||
nMaxMessageSize,
|
||||
&DefaultTimeOut);
|
||||
|
||||
if (Status == STATUS_INVALID_DEVICE_REQUEST)
|
||||
{
|
||||
Status = STATUS_OBJECT_NAME_INVALID;
|
||||
}
|
||||
|
||||
RtlFreeHeap(RtlGetProcessHeap(),
|
||||
0,
|
||||
MailslotName.Buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue