From ef80f6af45f3a293b94e71a98591e42e5044cb5c Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Mon, 11 May 2015 14:06:31 +0900 Subject: [PATCH] emulator: removed W/A for SDL windows libSDL should compiled with "--disable-stdio-redirect". Change-Id: Ia614a26ec3d32afb432f404076f74a16246f422b (cherry picked from commit c545582b9b2aa26dac39a2a4b0aa83f81e003b57) Signed-off-by: Sooyoung Ha --- tizen/src/emulator.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tizen/src/emulator.c b/tizen/src/emulator.c index 2b65418da7..2aa8a964a6 100644 --- a/tizen/src/emulator.c +++ b/tizen/src/emulator.c @@ -332,13 +332,6 @@ static int emulator_main(int argc, char *argv[], char **envp) } #endif -#ifdef CONFIG_WIN32 - // SDL_init() routes stdout and stderr to the respective files in win32. - // So we revert it. - freopen("CON", "w", stdout); - freopen("CON", "w", stderr); -#endif - gchar *profile = NULL; gchar *conf = NULL; -- 2.34.1