16 Mar
2024
16 Mar
'24
6:33 p.m.
Zebediah Figura (@zfigura) commented about dlls/user32/msgbox.c:
SetPropA(hwnd, "WINE_MSGBOX_HELPCALLBACK", mbp->lpfnMsgBoxCallback); break; } + case WM_COPY: + { + MSGBOX_CopyToClipbaord(hwnd); + break; + }
These braces are unnecessary. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5247#note_65000