jscript: Sign-compare warnings fix.
This commit is contained in:
parent
8e638e147e
commit
8c5c913fc0
|
@ -161,7 +161,7 @@ static HRESULT register_inf(BOOL doregister)
|
||||||
STRTABLEA strtable;
|
STRTABLEA strtable;
|
||||||
STRENTRYA pse[7];
|
STRENTRYA pse[7];
|
||||||
static CLSID const *clsids[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};
|
static const WCHAR advpackW[] = {'a','d','v','p','a','c','k','.','d','l','l',0};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue