mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 08:52:59 +08:00
[REACTOS][FDEBUG] Remove unnecessary DLGPROC casts.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user