MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / FreeWindowsConsole

Function FreeWindowsConsole

launcher/console/WindowsConsole.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void FreeWindowsConsole()
166{
167 fclose(stdout);
168 fclose(stdin);
169 fclose(stderr);
170 FreeConsole();
171}
172
173WindowsConsoleGuard::WindowsConsoleGuard() : m_consoleAttached(false)
174{

Callers 1

~WindowsConsoleGuardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected