Commit a0b9b4ee authored by Alexandre Julliard's avatar Alexandre Julliard

compstui/tests: Use nameless unions/structs.

parent 786dc080
......@@ -198,7 +198,7 @@ static LONG WINAPI propsheetui_callback(PROPSHEETUI_INFO *info, LPARAM lparam)
memset(&psp, 0, sizeof(psp));
psp.dwSize = sizeof(psp);
U(psp).pszTemplate = L"prop_page1";
psp.pszTemplate = L"prop_page1";
psp.pfnDlgProc = prop_page_proc2;
ret = info->pfnComPropSheet(info->hComPropSheet, CPSFUNC_ADD_PROPSHEETPAGEW, (LPARAM)&psp, 0);
ok(ret, "ret = 0\n");
......
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