Compile fix for _UNICODE

This commit is contained in:
Matt Phillips 2022-12-15 18:12:46 +00:00
commit 4e6927bd27
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ struct PTYPipe : public SerialPipe
#elif defined(_WIN32)
if (AllocConsole())
{
SetConsoleTitle("Flycast Serial Output");
SetConsoleTitle(TEXT("Flycast Serial Output"));
// Pipe stdout
HANDLE hStd = GetStdHandle(STD_OUTPUT_HANDLE);