mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
gio, glib: Use G_OS_DARWIN for code that is for such environments
While we preserved the COCOA/CARBON cases when specific libraries are needed.
This commit is contained in:
@@ -2486,7 +2486,7 @@ g_application_run (GApplication *application,
|
||||
sizeof (arguments[0]) * (argc + 1));
|
||||
}
|
||||
}
|
||||
#elif defined(__APPLE__)
|
||||
#elif defined(G_OS_DARWIN)
|
||||
{
|
||||
gint i, j;
|
||||
|
||||
|
Reference in New Issue
Block a user