Commit 832aa40a authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

Revert "d3d10_1.idl: Added D3D10_1_SHADER_*_VERSION constants.".

This reverts commit 044d7e82. These were added later by 9e942d29 in the _D3D10_1_CONSTANTS ifdef block. The double define causes a compile error with midl.
parent 82e66b4b
......@@ -48,8 +48,6 @@ cpp_quote("#define D3D10_1_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP (0.6f)")
import "d3d10.idl";
cpp_quote("#include <d3d10_1shader.h>")
const UINT D3D10_1_SHADER_MAJOR_VERSION = 4;
const UINT D3D10_1_SHADER_MINOR_VERSION = 1;
typedef enum D3D10_FEATURE_LEVEL1
{
......
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