summaryrefslogtreecommitdiffstats
path: root/tests/testdatabase.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdatabase.c')
-rw-r--r--tests/testdatabase.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testdatabase.c b/tests/testdatabase.c
index 9912246..fd27534 100644
--- a/tests/testdatabase.c
+++ b/tests/testdatabase.c
@@ -7468,7 +7468,9 @@ static void test_select_column_names(void)
void main()
{
- g_type_init();
+#if !GLIB_CHECK_VERSION(2,35,1)
+ g_type_init ();
+#endif
test_msidatabase();
test_msiinsert();