Fix DLGPROC prototype

This commit is contained in:
Prcuvu
2019-10-01 14:10:56 +08:00
parent b55760811b
commit e5321deed4
6 changed files with 7 additions and 6 deletions
@@ -81,7 +81,7 @@ static HBITMAP LoadWin32Surface( RString sFile, HWND hWnd )
return ret;
}
BOOL CALLBACK LoadingWindow_Win32::WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
INT_PTR CALLBACK LoadingWindow_Win32::WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
{
switch( msg )
{