Commit 6db7ce7a authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

include: Fix type redefinitions in IDL files.

parent 037fa861
......@@ -676,7 +676,7 @@ typedef struct D3D10_TEX2DMS_SRV {
UINT UnusedField_NothingToDefine;
} D3D10_TEX2DMS_SRV;
typedef struct D3D10_TEX2DMS_ARRAY_RTV {
typedef struct D3D10_TEX2DMS_ARRAY_SRV {
UINT FirstArraySlice;
UINT ArraySize;
} D3D10_TEX2DMS_ARRAY_SRV;
......
......@@ -25,7 +25,6 @@ typedef LONGLONG REFERENCE_TIME;
typedef DWORD D3DFORMAT;
typedef DWORD D3DPOOL;
typedef HANDLE HMONITOR;
typedef HANDLE HDC;
typedef struct { } AM_MEDIA_TYPE;
typedef struct { } D3DCOLOR;
cpp_quote("#endif")
......
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