mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[SHIMENG] Find shims case-insensitive
CORE-15845
This commit is contained in:
parent
cdc8b721da
commit
0ebeced143
4 changed files with 14 additions and 5 deletions
|
@ -53,6 +53,15 @@ static expect_shim_data data[] =
|
|||
{ "KERNEL32.DLL", "VerifyVersionInfoW" },
|
||||
}
|
||||
},
|
||||
/* Show that it is not case sensitive */
|
||||
{
|
||||
L"VeRiFyVeRsIoNInFoLiTe",
|
||||
0,
|
||||
{
|
||||
{ "KERNEL32.DLL", "VerifyVersionInfoA" },
|
||||
{ "KERNEL32.DLL", "VerifyVersionInfoW" },
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
static DWORD count_shims(expect_shim_data* data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue