Commit 0e166d99 authored by Alexandre Julliard's avatar Alexandre Julliard

comctl32/tests: Avoid a structure initialization warning.

parent 2a64e751
......@@ -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};
......
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