21 Nov
2024
21 Nov
'24
11:37 a.m.
Hans Leidekker (@hans) commented about dlls/wtsapi32/wtsapi32.c:
WINE_DEFAULT_DEBUG_CHANNEL(wtsapi);
+/*********************************************************************** + * static string constants + */ +static const WCHAR session_name[] = L"Console"; Please replace all occurrences of session_name with L"Console" instead.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6523#note_88294