Description: The printing function (non-Windows application call) used by Wine developers
is unnecessary to abort process when the string is super long. For example, the developer
prints a long commandline of wwmapp.exe by MESSAGE. As a result, the process cannot be
started, and the conference function cannot be used.
Signed-off-by: chenjiangyi <chenjiangyi(a)uniontech.com>
Change-Id: If06f0309f9745777f89b07dff8d302cb34b2a90e
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4635
Signed-off-by: chenjiangyi <chenjiangyi(a)uniontech.com>
--
v3: qcap: Add implementation of IAMVideoControl_GetFrameRateList.
ntdll: Avoid abort process when internal string printing function used for debugging.
ntdll: Support Ctrl-C stop debuggee and attach 32-bit process in wow64 mode.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4301