From c2d8a597e4b878a0051d977cb25955b3138a3d96 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Sat, 6 Nov 2021 22:51:26 +0530 Subject: [PATCH 1/2] headers: Import bits IDL files from wine
Required for python-pywin32 project Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-headers/Makefile.am | 6 ++++++ mingw-w64-headers/wine-import.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am index 4bcff21..b833400 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am @@ -81,6 +81,12 @@ IDL_SRCS = \ include/audiopolicy.idl \ include/austream.idl \ include/bdaiface.idl \ + include/bits.idl \ + include/bits1_5.idl \ + include/bits2_0.idl \ + include/bits2_5.idl \ + include/bits3_0.idl \ + include/bits5_0.idl \ include/comadmin.idl \ include/commoncontrols.idl \ include/control.idl \ diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index d6cc447..a98b4f3 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh @@ -133,6 +133,12 @@ for f in \ amvideo \ asyncinfo \ austream \ + bits \ + bits1_5 \ + bits2_0 \ + bits2_5 \ + bits3_0 \ + bits5_0 \ ctfutb \ d3d10 \ d3d10_1 \ -- 2.33.0
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
