mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
fix build
svn path=/trunk/; revision=46438
This commit is contained in:
parent
28e1c9e1c5
commit
3c7051eca2
1 changed files with 1 additions and 1 deletions
|
@ -2448,7 +2448,7 @@ TranslateMessageEx(CONST MSG *lpMsg, DWORD unk)
|
|||
case WM_KEYUP:
|
||||
case WM_SYSKEYDOWN:
|
||||
case WM_SYSKEYUP:
|
||||
return(NtUserTranslateMessage((LPMSG)lpMsg, (HKL)unk));
|
||||
return(NtUserTranslateMessage((LPMSG)lpMsg, unk));
|
||||
|
||||
default:
|
||||
if ( lpMsg->message & ~WM_MAXIMUM )
|
||||
|
|
Loading…
Reference in a new issue