[SHELL32]

A DialogProc returns INT_PTR, not BOOL

svn path=/trunk/; revision=53706
This commit is contained in:
Timo Kreuzer 2011-09-14 06:28:11 +00:00
parent 57b01f1a06
commit 16c957463f

View file

@ -1156,7 +1156,7 @@ FormatDrive(HWND hwndDlg, PFORMAT_DRIVE_CONTEXT pContext)
}
BOOL
INT_PTR
CALLBACK
FormatDriveDlg(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
{