Fixed console traits

This commit is contained in:
gabime
2018-04-29 00:23:59 +03:00
parent e4f0d6446b
commit b393c9d6e6
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ struct console_stderr_trait
{
static FILE *stream()
{
return stdout;
return stderr;
}
#ifdef _WIN32
static HANDLE handle()