Compile fix for _UNICODE
This commit is contained in:
commit
4e6927bd27
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue