Whoops, missed a line last time.

This commit is contained in:
Heilig Benedek 2015-09-10 02:24:08 +02:00
parent 69769f9319
commit 1497e7e2ac

View file

@ -93,6 +93,7 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd, int) {
FILE* dontcare;
freopen_s(&dontcare, "CON", "w", stdout);
freopen_s(&dontcare, "CON", "w", stderr);
freopen_s(&dontcare, "CON", "r", stdin);
}
// Convert argv to to UTF8