xmldom and and xmldso do not have their corresponding headers. So, those are not added in Makefile.am. Also make sure to match widl version.
From 30e789203fc6bf59e8c2b3e16b72111be92ef98e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Wed, 28 Dec 2022 18:40:38 +0530 Subject: [PATCH] headers: Import msxml IDL files from wine
Required for atlmfc headers Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-headers/Makefile.am | 2 ++ mingw-w64-headers/wine-import.sh | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am index ee36012..babba51 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am @@ -179,6 +179,8 @@ IDL_SRCS = \ include/mshtmhst.idl \ include/msopc.idl \ include/msxml.idl \ + include/msxml2.idl \ + include/msxml6.idl \ include/napcertrelyingparty.idl \ include/napcommon.idl \ include/napenforcementclient.idl \ diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index dda1eca..5b21822 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh @@ -112,6 +112,8 @@ for f in \ fontsub.h \ mediaerr.h \ mscat.h \ + msxml2did.h \ + msxml6did.h \ propkeydef.h \ propkey.h \ propvarutil.h \ @@ -190,6 +192,9 @@ for f in \ mmstream \ mscoree \ msctf \ + msxml \ + msxml2 \ + msxml6 \ mulres \ netfw \ netlistmgr \ @@ -240,6 +245,8 @@ for f in \ xapo \ xaudio2 \ xaudio2fx \ + xmldom \ + xmldso \ xmllite; do import_idl $f.idl include done -- 2.39.0
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
