5 Sep
2022
5 Sep
'22
3:01 p.m.
The windows name for static controls are setted in win32u defwnd.c procedure. In fact the set_Text function have a control about IS_INTRESOURCE to block assigning the name there. However whne using MainWindowClass as class, when it hit this procedure the name is null. However it still return ?3 in the test. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/775#note_7691