Scratch the previous patch. This is the updated one.
From f2a6413db1b72500f6c4a3e14816f5ebe6b1d20d Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <[email protected]>
Date: Sun, 2 Aug 2020 00:56:10 +0530
Subject: [PATCH] headers: import files from wine

* devpkey.h: required for OpenCL-ICD-Loader
* xapo, xaudio2: required for FAudio

Signed-off-by: Biswapriyo Nath <[email protected]>
---
 mingw-w64-headers/wine-import.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh
index ec74e7d..e3b36ee 100755
--- a/mingw-w64-headers/wine-import.sh
+++ b/mingw-w64-headers/wine-import.sh
@@ -78,6 +78,7 @@ for f in \
        d3dx9shape.h \
        d3dx9tex.h \
        d3dx9xof.h \
+       devpkey.h \
        dls1.h \
        dls2.h \
        dmerror.h \
@@ -118,7 +119,8 @@ for f in \
        vfwmsgs.h \
        winhttp.h \
        winineti.h \
-        xinput.h; do
+       xapofx.h \
+       xinput.h; do
     import_header $f include
 done
 
@@ -181,6 +183,9 @@ for f in \
        wmsbuffer \
        wmsdkidl \
        wpcapi \
+       xapo \
+       xaudio2 \
+       xaudio2fx \
        xmllite; do
     import_idl $f.idl include
 done
-- 
2.27.0

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to