mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
patch from w3seek : compile with gcc4.1 again
svn path=/trunk/; revision=21486
This commit is contained in:
parent
a8c093ce5a
commit
e9a89c2844
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ NewDocSelDlgProc(HWND hDlg,
|
|||
hInstance,
|
||||
i))
|
||||
{
|
||||
ListBox_AddString(hList,
|
||||
lpDocType);
|
||||
(void)ListBox_AddString(hList,
|
||||
lpDocType);
|
||||
LocalFree((HLOCAL)lpDocType);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue