mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 05:40:50 +00:00
explorerframe: Avoid signed-unsigned integer comparisons.
This commit is contained in:
parent
c46636b1cf
commit
33c3a75655
@ -973,7 +973,7 @@ static HRESULT WINAPI NSTC2_fnInsertRoot(INameSpaceTreeControl2* iface,
|
||||
nstc_root *new_root;
|
||||
struct list *add_after_entry;
|
||||
HTREEITEM add_after_hitem;
|
||||
UINT i;
|
||||
int i;
|
||||
|
||||
TRACE("%p, %d, %p, %x, %x, %p\n", This, iIndex, psiRoot, grfEnumFlags, grfRootStyle, pif);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user