Re: [PATCH] user32/msgbox: Support WM_COPY Message
8 Nov
2016
8 Nov
'16
4:26 a.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
+static void MSGBOX_CopyToClipbaord( HWND hwnd )
A typo in the name.
+ static const WCHAR carriage[] = {'\r','\n', 0};
A usual name would be crlf[W]. -- Dmitry.
3411
Age (days ago)
3411
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov