mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:13:23 +00:00
[REACTOS][FDEBUG] Remove unnecessary DLGPROC casts.
This commit is contained in:
parent
bcbe0dd8cd
commit
fe3eb29287
2 changed files with 11 additions and 11 deletions
|
@ -218,14 +218,14 @@ DriveDlgProc(
|
|||
DialogBoxParam(pSetupData->hInstance,
|
||||
MAKEINTRESOURCE(IDD_BOOTOPTIONS),
|
||||
hwndDlg,
|
||||
(DLGPROC)MoreOptDlgProc,
|
||||
MoreOptDlgProc,
|
||||
(LPARAM)pSetupData);
|
||||
break;
|
||||
case IDC_PARTCREATE:
|
||||
DialogBox(pSetupData->hInstance,
|
||||
MAKEINTRESOURCE(IDD_PARTITION),
|
||||
hwndDlg,
|
||||
(DLGPROC) PartitionDlgProc);
|
||||
PartitionDlgProc);
|
||||
break;
|
||||
case IDC_PARTDELETE:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue