include: Fix type redefinitions in IDL files.

oldstable
Dan Hipschman 2008-07-01 13:08:04 -07:00 committed by Alexandre Julliard
parent 037fa861ab
commit 6db7ce7a6d
2 changed files with 1 additions and 2 deletions

View File

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

View File

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