Skip to content
Snippets Groups Projects
Commit e63e39f2 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

PropSheetPageProc callback should always have hwnd = 0.

parent 55cb8177
No related branches found
No related tags found
No related merge requests found
......@@ -1475,8 +1475,7 @@ static BOOL PROPSHEET_CreatePage(HWND hwndParent,
}
if (psInfo->proppage[index].useCallback)
(*(ppshpage->pfnCallback))(hwndParent,
PSPCB_CREATE,
(*(ppshpage->pfnCallback))(0, PSPCB_CREATE,
(LPPROPSHEETPAGEW)ppshpage);
if(ppshpage->dwFlags & PSP_INTERNAL_UNICODE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment