msimtf: Sign-compare warning fix.
This commit is contained in:
parent
07de224b54
commit
380d3b2494
|
@ -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};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue