mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
Early on, call g_type_init() unless deprecated
This commit is contained in:
parent
ee200b97aa
commit
4ad9a69aeb
@ -1046,6 +1046,9 @@ main (int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if ! GLIB_CHECK_VERSION (2, 36, 0)
|
||||||
|
g_type_init ();
|
||||||
|
#endif
|
||||||
load_config ();
|
load_config ();
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user