include: Fix type redefinitions in IDL files.
This commit is contained in:
parent
037fa861ab
commit
6db7ce7a6d
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue