mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
On windows, export also symbols defined in gio/gwin32appinfo.c
This commit is contained in:
parent
9c399b10b8
commit
dd2bbc9533
@ -91,6 +91,19 @@ g_app_info_reset_type_associations
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if IN_FILE(__G_WIN32_APP_INFO_C__)
|
||||||
|
#ifdef G_OS_WIN32
|
||||||
|
g_app_info_create_from_commandline
|
||||||
|
g_app_info_get_all
|
||||||
|
g_app_info_get_all_for_type
|
||||||
|
g_app_info_get_default_for_type
|
||||||
|
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__)
|
#if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
|
||||||
#if IN_FILE(__G_DESKTOP_APP_INFO_C__)
|
#if IN_FILE(__G_DESKTOP_APP_INFO_C__)
|
||||||
#ifdef G_OS_UNIX
|
#ifdef G_OS_UNIX
|
||||||
|
Loading…
Reference in New Issue
Block a user