mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
shell32: Avoid signed-unsigned integer comparisons.
This commit is contained in:
parent
a6369b8332
commit
1a190a9da3
@ -574,7 +574,7 @@ HRESULT ItemMenu_Constructor(IShellFolder *parent, LPCITEMIDLIST pidl, const LPC
|
||||
{
|
||||
ContextMenu* This;
|
||||
HRESULT hr;
|
||||
int i;
|
||||
UINT i;
|
||||
|
||||
This = HeapAlloc(GetProcessHeap(), 0, sizeof(*This));
|
||||
if (!This) return E_OUTOFMEMORY;
|
||||
|
Loading…
x
Reference in New Issue
Block a user