March 9, 2026
1:20 p.m.
Fixes adding account in Quicken Classics. The application depends on GetWindowLong(static_hwnd, 0) returning 0. The implementation uses NtUserSetWindowFNID that is not compatible with Windows. According to information available on the Internet the function takes control id. Since the control id's are not documented and may change between Windows versions I have used the argument to pass private data range instead. Thanks to it we don't have to hardcode it on win32u side. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10277