headers: Import d3d12sdklayers from wine.

Recently ID3D12Debug was moved from d3d12 to d3d12sdklayers.

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
Biswapriyo Nath 2020-10-03 11:01:43 +05:30 committed by Liu Hao
parent e2d29885ef
commit ea52e5e886
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ IDL_SRCS = \
include/d3d11on12.idl \
include/d3d11sdklayers.idl \
include/d3d12.idl \
include/d3d12sdklayers.idl \
include/d3d12shader.idl \
include/d3dcommon.idl \
include/dbgprop.idl \

View File

@ -142,6 +142,7 @@ for f in \
d3d11_4 \
d3d11sdklayers \
d3d12 \
d3d12sdklayers \
d3d12shader \
d3dcommon \
dcommon \