mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 08:00:33 +00:00
[CPL] Remove unnecessary DLGPROC casts.
This commit is contained in:
parent
dd4af77703
commit
bcbe0dd8cd
14 changed files with 38 additions and 38 deletions
|
@ -64,9 +64,9 @@ UsrmgrApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
|
|||
psh.nStartPage = 0;
|
||||
psh.ppsp = psp;
|
||||
|
||||
InitPropSheetPage(&psp[0], IDD_USERS, (DLGPROC)UsersPageProc);
|
||||
InitPropSheetPage(&psp[1], IDD_GROUPS, (DLGPROC)GroupsPageProc);
|
||||
InitPropSheetPage(&psp[2], IDD_EXTRA, (DLGPROC)ExtraPageProc);
|
||||
InitPropSheetPage(&psp[0], IDD_USERS, UsersPageProc);
|
||||
InitPropSheetPage(&psp[1], IDD_GROUPS, GroupsPageProc);
|
||||
InitPropSheetPage(&psp[2], IDD_EXTRA, ExtraPageProc);
|
||||
|
||||
return (LONG)(PropertySheet(&psh) != -1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue