X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=modules%2Frostests%2Fapitests%2Fappshim%2Flayer_hooks.c;h=1a0126b311c3c6f935826350180d2cd334653c41;hp=715de78df29c50a52c8181f0499a7ffc5524db72;hb=0ebeced143aa5fc6810c3b747c22e46d929d8eb8;hpb=cdc8b721dad8ded6a30f48ccef6cbb9c5e93f316 diff --git a/modules/rostests/apitests/appshim/layer_hooks.c b/modules/rostests/apitests/appshim/layer_hooks.c index 715de78df29..1a0126b311c 100644 --- a/modules/rostests/apitests/appshim/layer_hooks.c +++ b/modules/rostests/apitests/appshim/layer_hooks.c @@ -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)