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

2021-10-28 Thread LIU Hao

在 2021-10-28 00:02, Biswapriyo Nath 写道:

Missed the new patch to add it in makefile.am. Thus wmsecure.h is not generated.



Ah yes, my mistake. I pushed it to master alone with the other one.


--
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


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

2021-10-27 Thread Biswapriyo Nath
Missed the new patch to add it in makefile.am. Thus wmsecure.h is not generated.


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


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

2021-10-27 Thread LIU Hao

在 2021-10-21 23:38, Biswapriyo Nath 写道:

 From a82ed5bd10ced3aba842cf6ab6dd9baf5f70751b Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Thu, 21 Oct 2021 21:04:54 +0530
Subject: [PATCH] headers: Import wmsecure.idl from wine

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


Thanks. This patch looks good to me, too. I pushed it to master.

--
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


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

2021-10-23 Thread Biswapriyo Nath
Forgot to add the entry in Makefile.am. Here is the fixed one.
From ef1df3e7f3cb28e98f9f93f13e9c7f214eccfde7 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath 
Date: Sat, 23 Oct 2021 11:37:07 +0530
Subject: [PATCH] headers: Import wmsecure.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 56fccba..2cbd26d 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -242,6 +242,7 @@ IDL_SRCS = \
   include/wmpservices.idl \
   include/wmsbuffer.idl \
   include/wmsdkidl.idl \
+  include/wmsecure.idl \
   include/wsdattachment.idl \
   include/wsdbase.idl \
   include/wsdclient.idl \
diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh
index f0c998f..1c0d064 100755
--- a/mingw-w64-headers/wine-import.sh
+++ b/mingw-w64-headers/wine-import.sh
@@ -209,6 +209,7 @@ for f in \
wmpservices \
wmsbuffer \
wmsdkidl \
+   wmsecure \
wpcapi \
wuapi \
xapo \
-- 
2.33.0

___
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 wmsecure.idl from wine

2021-10-21 Thread Biswapriyo Nath

From a82ed5bd10ced3aba842cf6ab6dd9baf5f70751b Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath 
Date: Thu, 21 Oct 2021 21:04:54 +0530
Subject: [PATCH] headers: Import wmsecure.idl from wine

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

diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh
index f0c998f..1c0d064 100755
--- a/mingw-w64-headers/wine-import.sh
+++ b/mingw-w64-headers/wine-import.sh
@@ -209,6 +209,7 @@ for f in \
wmpservices \
wmsbuffer \
wmsdkidl \
+   wmsecure \
wpcapi \
wuapi \
xapo \
-- 
2.33.0
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public