From 8f4319aca9c0cc8c3712b36568470df9bf28ee6a Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbap...@gmail.com>
Date: Mon, 7 Sep 2020 17:41:51 +0530
Subject: [PATCH] headers: Import d3d12.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 554d5b9..d9ef965 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/d3d12.idl \
   include/d3d12shader.idl \
   include/d3dcommon.idl \
   include/dbgprop.idl \
diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh
index 3b8ff60..49a21b8 100755
--- a/mingw-w64-headers/wine-import.sh
+++ b/mingw-w64-headers/wine-import.sh
@@ -140,6 +140,7 @@ for f in \
        d3d11_3 \
        d3d11_4 \
        d3d11sdklayers \
+       d3d12 \
        d3d12shader \
        d3dcommon \
        dcommon \
-- 
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