From 763562d38367b3cbfdd8c17e6ba849b4fdbee5a6 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Mon, 13 Oct 2008 20:56:13 +0100 Subject: [PATCH] itss: Sign-compare warnings fix. --- dlls/itss/itss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/itss/itss.c b/dlls/itss/itss.c index 47756fa4b06..0722efad9c2 100644 --- a/dlls/itss/itss.c +++ b/dlls/itss/itss.c @@ -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}; -- 2.11.4.GIT