mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
No need to cast variables, as they already are of the right type
svn path=/trunk/; revision=30440
This commit is contained in:
@@ -547,7 +547,7 @@ SHORT STDCALL
|
||||
VkKeyScanExW(WCHAR ch,
|
||||
HKL dwhkl)
|
||||
{
|
||||
return (SHORT) NtUserVkKeyScanEx((DWORD) ch,(DWORD) dwhkl,(DWORD)NULL);
|
||||
return (SHORT) NtUserVkKeyScanEx(ch, dwhkl, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user