mirror of
https://github.com/reactos/wine.git
synced 2025-02-04 11:08:48 +00:00
hhctrl.ocx: Avoid signed-unsigned integer comparisons.
This commit is contained in:
parent
6d1d7eedd9
commit
2e268d1914
@ -1825,7 +1825,7 @@ void ReleaseHelpViewer(HHInfo *info)
|
||||
HHInfo *CreateHelpViewer(HHInfo *info, LPCWSTR filename, HWND caller)
|
||||
{
|
||||
HHInfo *tmp_info;
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
if(!info)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user