d3d11sdklayers.idl: Added new file.

oldstable
Jacek Caban 2013-09-18 11:36:13 +02:00 committed by Alexandre Julliard
parent 69fe799c25
commit 515af78f6b
4 changed files with 1262 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -24,6 +24,7 @@ PUBLIC_IDL_H_SRCS = \
d3d10.idl \
d3d10_1.idl \
d3d11.idl \
d3d11sdklayers.idl \
d3dcommon.idl \
ddstream.idl \
devicetopology.idl \

View File

@ -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>")

File diff suppressed because it is too large Load Diff