Re: [Mingw-w64-public] [PATCH] headers: Import wuapi.idl from wine.

2021-05-05 Thread Liu Hao

在 2021-05-05 13:08, Biswapriyo Nath 写道:

 From ed477454b564a0d3a4cd1a0af0249fc575b741c5 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Wed, 5 May 2021 10:37:11 +0530
Subject: [PATCH] headers: Import wuapi.idl from wine.

Signed-off-by: Biswapriyo Nath
---
  mingw-w64-headers/Makefile.am| 1 +
  mingw-w64-headers/wine-import.sh | 1 +
  2 files changed, 2 insertions(+)


Thanks. This patch looks good to me. I pushed it.


--
Best regards,
Liu Hao



OpenPGP_signature
Description: OpenPGP digital signature
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] [PATCH] headers: Import wuapi.idl from wine.

2021-05-04 Thread Biswapriyo Nath

From ed477454b564a0d3a4cd1a0af0249fc575b741c5 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath 
Date: Wed, 5 May 2021 10:37:11 +0530
Subject: [PATCH] headers: Import wuapi.idl from wine.

Signed-off-by: Biswapriyo Nath 
---
 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
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public