From 03fc5abe0a87bd7f3c3c7dd63c5b9ff4e3a6320b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Fri, 13 Nov 2020 17:56:57 +0530 Subject: [PATCH 1/2] headers: Import directmanipulation.idl from Wine.
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 ce9edc8..0b3aed0 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am @@ -104,6 +104,7 @@ IDL_SRCS = \ include/ddstream.idl \ include/dinputd.idl \ include/dimm.idl \ + include/directmanipulation.idl \ include/dispex.idl \ include/dmodshow.idl \ include/docobj.idl \ diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index 698dedb..68c3853 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh @@ -148,6 +148,7 @@ for f in \ dcommon \ ddstream \ devicetopology \ + directmanipulation \ downloadmgr \ drmexternals \ dvdif \ -- 2.29.2
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
