comctl32: Initialize id field for message data (Coverity).

This commit is contained in:
Nikolay Sivov 2013-03-31 12:11:36 +04:00 committed by Alexandre Julliard
parent 142c2982dc
commit 6ee869da6d

View File

@ -391,6 +391,7 @@ static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LP
if (defwndproc_counter) msg.flags |= defwinproc;
msg.wParam = wParam;
msg.lParam = lParam;
msg.id = 0;
add_message(sequences, PARENT_SEQ_INDEX, &msg);
}