mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
shdocvw: Sign-compare warnings fix.
This commit is contained in:
parent
38b0573543
commit
d23fc94fd6
@ -286,7 +286,7 @@ static void ConnectionPoint_Create(REFIID riid, ConnectionPoint **cp,
|
|||||||
|
|
||||||
static void ConnectionPoint_Destroy(ConnectionPoint *This)
|
static void ConnectionPoint_Destroy(ConnectionPoint *This)
|
||||||
{
|
{
|
||||||
int i;
|
DWORD i;
|
||||||
|
|
||||||
for(i=0; i<This->sinks_size; i++) {
|
for(i=0; i<This->sinks_size; i++) {
|
||||||
if(This->sinks[i])
|
if(This->sinks[i])
|
||||||
|
@ -215,7 +215,7 @@ static HRESULT register_server(BOOL doregister)
|
|||||||
STRTABLEA strtable;
|
STRTABLEA strtable;
|
||||||
STRENTRYA pse[14];
|
STRENTRYA pse[14];
|
||||||
static CLSID const *clsids[14];
|
static CLSID const *clsids[14];
|
||||||
int i = 0;
|
unsigned int i = 0;
|
||||||
HRESULT hres;
|
HRESULT hres;
|
||||||
|
|
||||||
INF_SET_CLSID(CUrlHistory);
|
INF_SET_CLSID(CUrlHistory);
|
||||||
|
Loading…
Reference in New Issue
Block a user