diff --git a/dlls/shdocvw/events.c b/dlls/shdocvw/events.c index 2fba55c486..8590359529 100644 --- a/dlls/shdocvw/events.c +++ b/dlls/shdocvw/events.c @@ -286,7 +286,7 @@ static void ConnectionPoint_Create(REFIID riid, ConnectionPoint **cp, static void ConnectionPoint_Destroy(ConnectionPoint *This) { - int i; + DWORD i; for(i=0; isinks_size; i++) { if(This->sinks[i]) diff --git a/dlls/shdocvw/factory.c b/dlls/shdocvw/factory.c index 29929476c9..ec3e7a65c0 100644 --- a/dlls/shdocvw/factory.c +++ b/dlls/shdocvw/factory.c @@ -215,7 +215,7 @@ static HRESULT register_server(BOOL doregister) STRTABLEA strtable; STRENTRYA pse[14]; static CLSID const *clsids[14]; - int i = 0; + unsigned int i = 0; HRESULT hres; INF_SET_CLSID(CUrlHistory);