msi/tests: Fix a signed/unsigned int mismatch.

oldstable
Francois Gouget 2007-05-27 13:18:49 +02:00 committed by Alexandre Julliard
parent e5b1ca4cf5
commit dbf7b7b398
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ static HRESULT invoke(IDispatch *pDispatch, LPCSTR szName, WORD wFlags, DISPPARA
OLECHAR *name = NULL;
DISPID dispid;
HRESULT hr;
int i;
UINT i;
UINT len;
memset(pVarResult, 0, sizeof(VARIANT));