comctl32/tests: Avoid a structure initialization warning.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2a64e751e3
commit
0e166d998d
|
@ -1099,7 +1099,7 @@ static void test_wm_notify_datetime(HWND pager)
|
|||
|
||||
static void test_wm_notify_header(HWND pager)
|
||||
{
|
||||
NMHEADERW nmh = {0};
|
||||
NMHEADERW nmh = {{0}};
|
||||
HDITEMW hdi = {0};
|
||||
HD_TEXTFILTERW hdtf = {0};
|
||||
|
||||
|
|
Loading…
Reference in New Issue