From: SeokYeon Hwang Date: Mon, 11 May 2015 05:06:31 +0000 (+0900) Subject: emulator: removed W/A for SDL windows X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef80f6af45f3a293b94e71a98591e42e5044cb5c;p=sdk%2Femulator%2Fqemu.git 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 --- 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;