mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-11 05:13:50 +01:00
Use g_unsetenv, not unsetenv
This fixed the win32 build
This commit is contained in:
parent
aed6d01d14
commit
d0635dac52
@ -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/");
|
||||
|
Loading…
x
Reference in New Issue
Block a user