Commit 5e27e038 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Add ID3D10InfoQueue interface.

parent ee718839
...@@ -36,6 +36,7 @@ IDL_SRCS = \ ...@@ -36,6 +36,7 @@ IDL_SRCS = \
d2d1.idl \ d2d1.idl \
d3d10.idl \ d3d10.idl \
d3d10_1.idl \ d3d10_1.idl \
d3d10sdklayers.idl \
d3d11.idl \ d3d11.idl \
d3d11_1.idl \ d3d11_1.idl \
d3d11sdklayers.idl \ d3d11sdklayers.idl \
......
...@@ -1595,7 +1595,7 @@ interface ID3D10Multithread : IUnknown ...@@ -1595,7 +1595,7 @@ interface ID3D10Multithread : IUnknown
} }
cpp_quote("#ifndef D3D10_IGNORE_SDK_LAYERS") cpp_quote("#ifndef D3D10_IGNORE_SDK_LAYERS")
cpp_quote("/* FIXME: # include <d3d10sdklayers.h> */") cpp_quote("#include \"d3d10sdklayers.h\"")
cpp_quote("#endif") cpp_quote("#endif")
cpp_quote("#include \"d3d10misc.h\"") cpp_quote("#include \"d3d10misc.h\"")
cpp_quote("#include \"d3d10shader.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