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.