Fixed warning.
This commit is contained in:
parent
a59cc65d1a
commit
4a3b0e3080
|
@ -615,7 +615,7 @@ static int PROPSHEET_CreatePage(HWND hwndParent,
|
|||
pTemplate,
|
||||
hwndParent,
|
||||
ppshpage->pfnDlgProc,
|
||||
ppshpage);
|
||||
(LPARAM)ppshpage);
|
||||
|
||||
ppInfo[index].hwndPage = hwndPage;
|
||||
|
||||
|
|
Loading…
Reference in New Issue