itss: Sign-compare warnings fix.

This commit is contained in:
Andrew Talbot 2008-10-13 20:56:13 +01:00 committed by Alexandre Julliard
parent 5b598f2ec4
commit 763562d383
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ static HRESULT register_server(BOOL do_register)
STRTABLEA strtable;
STRENTRYA pse[4];
static CLSID const *clsids[4];
int i = 0;
DWORD i = 0;
static const WCHAR wszAdvpack[] = {'a','d','v','p','a','c','k','.','d','l','l',0};