Use g_unsetenv, not unsetenv

This fixed the win32 build
This commit is contained in:
Alexander Larsson 2012-03-20 10:19:42 +01:00
parent aed6d01d14
commit d0635dac52

View File

@ -261,7 +261,7 @@ bug653052 (void)
int
main (int argc, char *argv[])
{
unsetenv ("G_MESSAGES_DEBUG");
g_unsetenv ("G_MESSAGES_DEBUG");
g_test_init (&argc, &argv, NULL);
g_test_bug_base ("http://bugzilla.gnome.org/");