From 26d6eb4a8ab4052d7f873ca0cc2c6b68f3d41a44 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Thu, 16 Jan 2014 11:25:52 +0100 Subject: io/win32: move mp_attach_console to terminal-win.c Why didn't I put it there from the start? --- player/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'player') diff --git a/player/main.c b/player/main.c index ff9f7b732a..75cad76b80 100644 --- a/player/main.c +++ b/player/main.c @@ -249,7 +249,6 @@ static void osdep_preinit(int *p_argc, char ***p_argv) talloc_enable_leak_report(); #ifdef __MINGW32__ - mp_attach_console(); mp_get_converted_argv(p_argc, p_argv); #endif -- cgit v1.2.3