shlwapi/tests: Initialize size parameter in test_SHGetShellKey.

This commit is contained in:
Dan Kegel 2011-10-14 08:23:08 -07:00 committed by Alexandre Julliard
parent 4a39433eae
commit 876d551911
1 changed files with 1 additions and 0 deletions

View File

@ -2873,6 +2873,7 @@ static void test_SHGetShellKey(void)
return;
}
size = sizeof(data);
hres = pSKGetValueW(SHKEY_Root_HKLM, WineTestW, NULL, NULL, &data, &size);
ok(hres == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND), "hres = %x\n", hres);