mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compiler error
This commit is contained in:
parent
4439f513d0
commit
7e0f47d2e4
@ -16,7 +16,7 @@ void SetupConsole()
|
|||||||
// Create the console window
|
// Create the console window
|
||||||
if (AllocConsole() == FALSE)
|
if (AllocConsole() == FALSE)
|
||||||
{
|
{
|
||||||
OutputDebugStr("Failed to create console window!\n");
|
OutputDebugString("Failed to create console window!\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user