Commit 299ded60 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/tests: Fully initialize message tests data (Coverity).

parent f6016609
......@@ -207,8 +207,8 @@ static HWND create_pager_control( DWORD style )
static LRESULT WINAPI child_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
struct message msg;
static LONG defwndproc_counter;
struct message msg = { 0 };
LRESULT ret;
msg.message = message;
......
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