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 <nathbap...@gmail.com>
Date: Sat, 23 Oct 2021 11:37:07 +0530
Subject: [PATCH] headers: Import wmsecure.idl from wine

Signed-off-by: Biswapriyo Nath <nathbap...@gmail.com>
---
 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

Reply via email to