mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Updated shell32-SHGetStockIconInfo patchset
Warning fixes.
This commit is contained in:
parent
0f3bd44e32
commit
6c49bc4729
@ -218,7 +218,7 @@ index e4e1e664038..b2e95e5301a 100644
|
||||
+ ok(hr == S_OK, "got 0x%lx (expected S_OK)\n", hr);
|
||||
+ ok(sii->hIcon != NULL, "got NULL, expected an icon handle\n");
|
||||
+ ok(sii->iIcon != 0, "got unexpected 0 for SIID %d\n", i); /* howto find out exact sii->iIcon value??? */
|
||||
+ ok(sii->iSysImageIndex == -1, "got %ld (expected -1)\n", sii->iSysImageIndex);
|
||||
+ ok(sii->iSysImageIndex == -1, "got %d (expected -1)\n", sii->iSysImageIndex);
|
||||
+ ok(DestroyIcon(sii->hIcon), "DestroyIcon failed\n");
|
||||
+ if (winetest_debug > 1)
|
||||
+ trace("%3d: got iSysImageIndex %3d, iIcon %3d and %s\n", i, sii->iSysImageIndex,
|
||||
|
Loading…
Reference in New Issue
Block a user