May 11, 2026
5:25 a.m.
In AtlAxWin_wndproc, the handler for WM_CREATE duplicates the existing hWnd's window text and passes that on as the window name for AtlAxCreateControlEx. At the time of WM_CREATE, the window text is always empty. It should instead be taken from the lpszName member of the CREATESTRUCTW struct pointed to by lParam. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10860