From f257d55988b5607c02a124dc657fd640686b9323 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbap...@gmail.com>
Date: Sat, 15 Aug 2020 19:56:11 +0530
Subject: [PATCH] headers: import d3d12shader.idl from wine

d3d12shader.h is included in d3dcompiler.h file

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 9cb7d80..6582d37 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -93,6 +93,7 @@ IDL_SRCS = \
   include/d3d11_3.idl \
   include/d3d11_4.idl \
   include/d3d11sdklayers.idl \
+  include/d3d12shader.idl \
   include/d3dcommon.idl \
   include/dbgprop.idl \
   include/dcompanimation.idl \
diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh
index e3b36ee..12ec2d6 100755
--- a/mingw-w64-headers/wine-import.sh
+++ b/mingw-w64-headers/wine-import.sh
@@ -139,6 +139,7 @@ for f in \
        d3d11_3 \
        d3d11_4 \
        d3d11sdklayers \
+       d3d12shader \
        d3dcommon \
        ddstream \
        devicetopology \
-- 
2.27.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