- Fixed compilation with older versions of W32API.

svn path=/trunk/; revision=6514
This commit is contained in:
Filip Navara 2003-11-02 14:11:29 +00:00
parent fda98e2354
commit bca263eb73

View file

@ -2373,7 +2373,7 @@ static HWND MDI_MoreWindowsDialog(HWND hwnd)
return 0;
return (HWND) DialogBoxIndirectParamA(GetModuleHandleA("USER32"),
(LPDLGTEMPLATEA) template,
(LPDLGTEMPLATE) template,
hwnd, MDI_MoreWindowsDlgProc, (LPARAM) hwnd);
}