From b427ddce887617f17aefdbe1f22ca1e00d013c3d Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sun, 21 Feb 2021 20:48:21 +0100 Subject: Codechange: Switch to explicit wide strings --- src/video/dedicated_v.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video/dedicated_v.cpp') diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index df3c41367..5af12c442 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -151,7 +151,7 @@ const char *VideoDriver_Dedicated::Start(const StringList &parm) /* For win32 we need to allocate a console (debug mode does the same) */ CreateConsole(); CreateWindowsConsoleThread(); - SetConsoleTitle(_T("OpenTTD Dedicated Server")); + SetConsoleTitle(L"OpenTTD Dedicated Server"); #endif #ifdef _MSC_VER -- cgit v1.2.3-54-g00ecf