21 Oct
2022
21 Oct
'22
2:53 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/exit.c:
{ TRACE("()\n");
+#if _MSVCR_VER < 100 || _MSVCR_VER == 120 || defined(_DEBUG) You're no longer changing it for msvcrt.dll. Also _DEBUG is not defined in msvcrtd.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1128#note_11721