msimtf: Sign-compare warning fix.

This commit is contained in:
Andrew Talbot 2008-08-29 16:31:46 +01:00 committed by Alexandre Julliard
parent 07de224b54
commit 380d3b2494
1 changed files with 1 additions and 1 deletions

View File

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