Fix compiler error

This commit is contained in:
Kawe Mazidjatari 2021-04-16 14:15:29 +02:00
parent 4439f513d0
commit 7e0f47d2e4

View File

@ -16,7 +16,7 @@ void SetupConsole()
// Create the console window
if (AllocConsole() == FALSE)
{
OutputDebugStr("Failed to create console window!\n");
OutputDebugString("Failed to create console window!\n");
return;
}