[WIN32K] - Fix sending WM_SYSKEYUP for ALT. Fixes rest of user32:input winetest (6). It's finally green!

svn path=/trunk/; revision=54137
This commit is contained in:
Rafal Harabien 2011-10-14 17:59:16 +00:00
parent 4ee928adff
commit bf47d19f10

View file

@ -820,7 +820,6 @@ ProcessKeyEvent(WORD wVk, WORD wScanCode, DWORD dwFlags, BOOL bInjected, DWORD d
}
else
{
bMenuDownRecently = FALSE;
if (bIsDown)
Msg.message = WM_KEYDOWN;
else