Commit 891fcb20 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

user32: Initialize all of msg (Coverity).

parent 2bcd4398
......@@ -13054,6 +13054,7 @@ static LRESULT CALLBACK KeyboardHookProc(int nCode, WPARAM wParam, LPARAM lParam
{
KBDLLHOOKSTRUCT *kdbhookstruct = (KBDLLHOOKSTRUCT*)lParam;
msg.hwnd = 0;
msg.message = wParam;
msg.flags = kbd_hook|wparam|lparam;
msg.wParam = kdbhookstruct->vkCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment