Fixed warning.

This commit is contained in:
Marcus Meissner 1999-05-08 18:28:13 +00:00 committed by Alexandre Julliard
parent a59cc65d1a
commit 4a3b0e3080
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ static int PROPSHEET_CreatePage(HWND hwndParent,
pTemplate,
hwndParent,
ppshpage->pfnDlgProc,
ppshpage);
(LPARAM)ppshpage);
ppInfo[index].hwndPage = hwndPage;