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); } ```