Merge branch 'appinfo-shellany-uwplaunch' into 'master'

GWin32AppInfo: support getting info about UWP apps and launching them

Closes #1991

See merge request GNOME/glib!1772
This commit is contained in:
Philip Withnall
2021-01-04 12:55:58 +00:00
13 changed files with 3313 additions and 88 deletions

View File

@@ -430,12 +430,16 @@ else
cc.find_library('dnsapi'),
iphlpapi_dep,
winsock2]
platform_deps += uwp_gio_deps
win32_sources += files(
'gwin32registrykey.c',
'gwin32mount.c',
'gwin32volumemonitor.c',
'gwin32inputstream.c',
'gwin32outputstream.c',
'gwin32file-sync-stream.c',
'gwin32packageparser.c',
'gwin32networkmonitor.c',
'gwin32networkmonitor.h',
'gwin32notificationbackend.c',