[vlc-devel] [PATCH 7/9] configure: check IApplicationData2 is available in windows.storage.h
Steve Lhomme
robux4 at ycbcr.xyz
Mon Apr 6 13:35:05 CEST 2020
This is needed to get the cache folder in Winstore apps
---
configure.ac | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/configure.ac b/configure.ac
index 9aba8634497..edc2b3f0c6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2739,6 +2739,12 @@ dnl DXGI debug
dnl
AC_CHECK_HEADERS([dxgidebug.h dxgi1_6.h])
+dnl
+dnl IApplicationData2
+dnl
+have_iapplication_data2="no"
+AC_CHECK_TYPES([IApplicationData2],[],[],[#include <windows.storage.h>])
+
dnl
dnl avformat demuxer/muxer plugin
dnl
--
2.17.1
More information about the vlc-devel
mailing list