mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 10:05:35 +00:00
[KERNEL32_APITEST]
Rename apitest Mailslot test to MailslotRead to avoid testman issue with mailslot winetest svn path=/trunk/; revision=69352
This commit is contained in:
parent
2f233ce1f9
commit
9099445189
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const struct test winetest_testlist[] =
|
||||||
{ "GetModuleFileName", func_GetModuleFileName },
|
{ "GetModuleFileName", func_GetModuleFileName },
|
||||||
{ "interlck", func_interlck },
|
{ "interlck", func_interlck },
|
||||||
{ "lstrcpynW", func_lstrcpynW },
|
{ "lstrcpynW", func_lstrcpynW },
|
||||||
{ "Mailslot", func_Mailslot },
|
{ "MailslotRead", func_Mailslot },
|
||||||
{ "MultiByteToWideChar", func_MultiByteToWideChar },
|
{ "MultiByteToWideChar", func_MultiByteToWideChar },
|
||||||
{ "PrivMoveFileIdentityW", func_PrivMoveFileIdentityW },
|
{ "PrivMoveFileIdentityW", func_PrivMoveFileIdentityW },
|
||||||
{ "SetCurrentDirectory", func_SetCurrentDirectory },
|
{ "SetCurrentDirectory", func_SetCurrentDirectory },
|
||||||
|
|
Loading…
Reference in a new issue