comctl32/tests: Fully initialize message tests data (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f6016609e1
commit
299ded6091
@ -207,8 +207,8 @@ static HWND create_pager_control( DWORD style )
|
|||||||
|
|
||||||
static LRESULT WINAPI child_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
static LRESULT WINAPI child_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
struct message msg;
|
|
||||||
static LONG defwndproc_counter;
|
static LONG defwndproc_counter;
|
||||||
|
struct message msg = { 0 };
|
||||||
LRESULT ret;
|
LRESULT ret;
|
||||||
|
|
||||||
msg.message = message;
|
msg.message = message;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user