mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
patch from w3seek : compile with gcc4.1 again
svn path=/trunk/; revision=21486
This commit is contained in:
@@ -24,8 +24,8 @@ NewDocSelDlgProc(HWND hDlg,
|
||||
hInstance,
|
||||
i))
|
||||
{
|
||||
ListBox_AddString(hList,
|
||||
lpDocType);
|
||||
(void)ListBox_AddString(hList,
|
||||
lpDocType);
|
||||
LocalFree((HLOCAL)lpDocType);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user