Commit 9b0686e4 authored by Joris Huizer's avatar Joris Huizer Committed by Alexandre Julliard

advpack: sign-compare fix.

parent a19b5680
......@@ -221,7 +221,7 @@ static HRESULT write_predefined_strings(HMODULE hm, LPCWSTR ini_path)
*/
HRESULT WINAPI RegInstallW(HMODULE hm, LPCWSTR pszSection, const STRTABLEW* pstTable)
{
int i;
unsigned int i;
CABINFOW cabinfo;
WCHAR tmp_ini_path[MAX_PATH];
HRESULT hr = E_FAIL;
......
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