mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
fix GCC 4.1 build
svn path=/trunk/; revision=25204
This commit is contained in:
parent
d7d01873cd
commit
f578f60f09
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void CategoryChoosen (HWND hwnd, struct Category* Category)
|
|||
else
|
||||
ShowMessage(Category->Name, Strings[IDS_NO_APPS]);
|
||||
|
||||
TreeView_DeleteItem(hwnd, TVI_ROOT);
|
||||
(void)TreeView_DeleteItem(hwnd, TVI_ROOT);
|
||||
|
||||
TV_INSERTSTRUCT Insert;
|
||||
Insert.item.mask = TVIF_TEXT|TVIF_PARAM;
|
||||
|
|
Loading…
Reference in a new issue