mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
jscript: Sign-compare warnings fix.
This commit is contained in:
parent
8e638e147e
commit
8c5c913fc0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ static HRESULT register_inf(BOOL doregister)
|
|||
STRTABLEA strtable;
|
||||
STRENTRYA pse[7];
|
||||
static CLSID const *clsids[7];
|
||||
int i = 0;
|
||||
unsigned int i = 0;
|
||||
|
||||
static const WCHAR advpackW[] = {'a','d','v','p','a','c','k','.','d','l','l',0};
|
||||
|
||||
|
|
Loading…
Reference in a new issue