mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix build
svn path=/trunk/; revision=46438
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user