headers: Import msxml IDL files from wine

Required for atlmfc headers

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am
index dcdee4c..8ff5378 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -179,6 +179,8 @@
   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 @@
 	fontsub.h \
 	mediaerr.h \
 	mscat.h \
+	msxml2did.h \
+	msxml6did.h \
 	propkeydef.h \
 	propkey.h \
 	propvarutil.h \
@@ -190,6 +192,9 @@
 	mmstream \
 	mscoree \
 	msctf \
+	msxml \
+	msxml2 \
+	msxml6 \
 	mulres \
 	netfw \
 	netlistmgr \
@@ -240,6 +245,8 @@
 	xapo \
 	xaudio2 \
 	xaudio2fx \
+	xmldom \
+	xmldso \
 	xmllite; do
     import_idl $f.idl include
 done