fix warning in new glib

This commit is contained in:
TingPing 2013-04-22 18:04:26 -03:00
parent 075c5dfad6
commit 43cbe83d61
1 changed files with 2 additions and 0 deletions

View File

@ -535,7 +535,9 @@ fe_args (int argc, char *argv[])
g_free (arg_cfgdir);
}
#if ! GLIB_CHECK_VERSION (2, 36, 0)
g_type_init ();
#endif
#ifndef WIN32
#ifndef __EMX__