libSDL should compiled with "--disable-stdio-redirect".
Change-Id: Ia614a26ec3d32afb432f404076f74a16246f422b
(cherry picked from commit
c545582b9b2aa26dac39a2a4b0aa83f81e003b57)
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
}
#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;