mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Fixed compilation with older versions of W32API.
svn path=/trunk/; revision=6514
This commit is contained in:
parent
fda98e2354
commit
bca263eb73
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue