jscript: Sign-compare warnings fix.

This commit is contained in:
Andrew Talbot 2008-08-27 20:53:47 +01:00 committed by Alexandre Julliard
parent 8e638e147e
commit 8c5c913fc0
1 changed files with 1 additions and 1 deletions

View File

@ -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};