25 Mar
2025
25 Mar
'25
11:34 a.m.
`WS_POPUP` for instance is `0x80000000`, which overflows a `LONG`. Coverity complained about this. The return type of `get_window_long()` already was `DWORD`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7657