Codechange: Switch to explicit wide strings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user