mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 01:18:29 +00:00
[SHELL32]
A DialogProc returns INT_PTR, not BOOL svn path=/trunk/; revision=53706
This commit is contained in:
parent
57b01f1a06
commit
16c957463f
1 changed files with 12 additions and 12 deletions
|
@ -1156,7 +1156,7 @@ FormatDrive(HWND hwndDlg, PFORMAT_DRIVE_CONTEXT pContext)
|
|||
}
|
||||
|
||||
|
||||
BOOL
|
||||
INT_PTR
|
||||
CALLBACK
|
||||
FormatDriveDlg(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue