mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[IMAGELISTVIEWER] Avoid (DLGPROC) cast (#5697)
This commit is contained in:
@@ -88,8 +88,7 @@ DisplayImageList(HWND hwnd,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
BOOL CALLBACK
|
||||
INT_PTR CALLBACK
|
||||
DlgProc(HWND hwnd,
|
||||
UINT message,
|
||||
WPARAM wParam,
|
||||
@@ -142,5 +141,5 @@ WinMain(HINSTANCE hThisInstance,
|
||||
return DialogBox(hThisInstance,
|
||||
MAKEINTRESOURCE(IDD_IMGLST),
|
||||
NULL,
|
||||
(DLGPROC)DlgProc);
|
||||
DlgProc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user