From ed477454b564a0d3a4cd1a0af0249fc575b741c5 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Wed, 5 May 2021 10:37:11 +0530 Subject: [PATCH] headers: Import wuapi.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 6e8bc73..4c52681 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am @@ -261,6 +261,7 @@ IDL_SRCS = \ include/wmdrmsdk.idl \ include/wpcapi.idl \ include/wtypes.idl \ + include/wuapi.idl \ include/xapo.idl \ include/xaudio2.idl \ include/xaudio2fx.idl \ diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index 3efac13..c0929f9 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh @@ -208,6 +208,7 @@ for f in \ wmsbuffer \ wmsdkidl \ wpcapi \ + wuapi \ xapo \ xaudio2 \ xaudio2fx \ -- 2.31.1
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
