GWin32AppInfo: Support getting information about UWP apps

This commit is contained in:
Руслан Ижбулатов
2020-06-04 15:13:33 +00:00
parent e9b09911f6
commit 720b51032c
3 changed files with 487 additions and 38 deletions

View File

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