Commit 763562d3 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

itss: Sign-compare warnings fix.

parent 5b598f2e
......@@ -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};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment