28 Sep
2025
28 Sep
'25
10:44 p.m.
On Tue Jul 29 17:52:11 2025 +0000, James McDonnell wrote:
I'll try to get to this soon. I have added a check for the result being non-zero. Should this be a todo?
``` todo_wine_if(sii->hIcon == 0) { ok(sii->hIcon != 0, "%3d: got %p, should be non-zero handle\n", i, sii->hIcon); } ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8367#note_116951