gpui(windows): Don't log incorrect errors on `SetActiveWindow` calls (#45493)
Lukas Wirth
created
The function returns the previous focus handle, which may be null if
there is no previous focus. Unfortunately that also overlaps with the
error return value, so winapi will hand us a error 0 back in those cases
which we log ...
Release Notes:
- N/A *or* Added/Fixed/Improved ...