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