From 8330ce4185f2ac8d8e3f24ef60a37016bdd4071f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Thu, 28 Oct 2021 12:48:07 +0530 Subject: [PATCH 2/2] headers: Import evr9.idl from Wine
Required for qt6-multimedia WMF plugin Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-headers/Makefile.am | 1 + mingw-w64-headers/wine-import.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am index 2cbd26d..4bcff21 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am @@ -134,6 +134,7 @@ IDL_SRCS = \ include/endpointvolume.idl \ include/eventtoken.idl \ include/evr.idl \ + include/evr9.idl \ include/exdisp.idl \ include/filter.idl \ include/fsrm.idl \ diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index 1c0d064..d6cc447 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh @@ -172,6 +172,7 @@ for f in \ dxva2api \ endpointvolume \ eventtoken \ + evr9 \ exdisp \ fusion \ icftypes \ -- 2.33.0
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
