mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 08:53:39 +02:00
Fix build with the Microsoft compiler
Correct a few gccisms and C99isms. Ensure the Windows-specific gio source files are listed in the generated gio VS project file.
This commit is contained in:
@@ -81,6 +81,7 @@ g_app_launch_context_launch_failed
|
||||
#endif
|
||||
|
||||
#if IN_FILE(__G_DESKTOP_APP_INFO_C__)
|
||||
#ifdef G_OS_UNIX
|
||||
g_app_info_create_from_commandline
|
||||
g_app_info_get_all
|
||||
g_app_info_get_all_for_type
|
||||
@@ -89,6 +90,7 @@ g_app_info_get_default_for_uri_scheme
|
||||
g_app_info_reset_type_associations
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
|
||||
|
Reference in New Issue
Block a user