mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
Comply to GCCLin rules.
svn path=/trunk/; revision=73561
This commit is contained in:
parent
5ccf3c01a4
commit
5db91c84a0
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ test_iconlocation(UINT i, TEST_SHELL_ICON* testDef)
|
|||
wcscpy(szPath, L"garbage");
|
||||
hr = pei->GetIconLocation(GIL_FORSHELL, szPath, _countof(szPath), &iIcon, &wFlags);
|
||||
ok(hr == testDef->hrForShell, "IShellLink::GetIconLocation(%d) returned hr = 0x%lx, expected 0x%lx\n", i, hr, testDef->hrForShell);
|
||||
ok(wFlags == testDef->Flags, "IShellLink::GetIconLocation(%d) returned wFlags = 0x%lx, expected 0x%lx\n", i, wFlags, testDef->Flags);
|
||||
ok(wFlags == testDef->Flags, "IShellLink::GetIconLocation(%d) returned wFlags = 0x%x, expected 0x%x\n", i, wFlags, testDef->Flags);
|
||||
// ok(*szPath == L'\0', "IShellLink::GetIconLocation returned '%S'\n", szPath);
|
||||
// ok(iIcon == 0, "IShellLink::GetIconLocation returned %d\n", iIcon);
|
||||
// ok(FALSE, "hr = 0x%lx, szPath = '%S', iIcon = %d, wFlags = %d\n", hr, szPath, iIcon, wFlags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue