Commit 515af78f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3d11sdklayers.idl: Added new file.

parent 69fe799c
......@@ -170,6 +170,7 @@ include/ctxtcall.h
include/d3d10.h
include/d3d10_1.h
include/d3d11.h
include/d3d11sdklayers.h
include/d3dcommon.h
include/ddstream.h
include/devicetopology.h
......
......@@ -24,6 +24,7 @@ PUBLIC_IDL_H_SRCS = \
d3d10.idl \
d3d10_1.idl \
d3d11.idl \
d3d11sdklayers.idl \
d3dcommon.idl \
ddstream.idl \
devicetopology.idl \
......
......@@ -1983,7 +1983,7 @@ const UINT D3D11_SDK_VERSION = 7;
cpp_quote("#include <d3d10_1.h>")
cpp_quote("#ifndef D3D11_IGNORE_SDK_LAYERS")
cpp_quote("/* FIXME: # include <d3d11sdklayers.h> */")
cpp_quote("# include <d3d11sdklayers.h>")
cpp_quote("#endif")
cpp_quote("#include <d3d10misc.h>")
cpp_quote("#include <d3d10shader.h>")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment