diff options
Diffstat (limited to 'glib/glib-init.c')
-rw-r--r-- | glib/glib-init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/glib-init.c b/glib/glib-init.c index 2e229667f..6cb4e4a0d 100644 --- a/glib/glib-init.c +++ b/glib/glib-init.c @@ -292,6 +292,8 @@ DllMain (HINSTANCE hinstDLL, g_thread_win32_init (); #endif glib_init (); + /* must go after glib_init */ + g_console_win32_init (); break; case DLL_THREAD_DETACH: |