include: Fix type redefinitions in IDL files.

This commit is contained in:
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; UINT UnusedField_NothingToDefine;
} D3D10_TEX2DMS_SRV; } D3D10_TEX2DMS_SRV;
typedef struct D3D10_TEX2DMS_ARRAY_RTV { typedef struct D3D10_TEX2DMS_ARRAY_SRV {
UINT FirstArraySlice; UINT FirstArraySlice;
UINT ArraySize; UINT ArraySize;
} D3D10_TEX2DMS_ARRAY_SRV; } D3D10_TEX2DMS_ARRAY_SRV;

View file

@ -25,7 +25,6 @@ typedef LONGLONG REFERENCE_TIME;
typedef DWORD D3DFORMAT; typedef DWORD D3DFORMAT;
typedef DWORD D3DPOOL; typedef DWORD D3DPOOL;
typedef HANDLE HMONITOR; typedef HANDLE HMONITOR;
typedef HANDLE HDC;
typedef struct { } AM_MEDIA_TYPE; typedef struct { } AM_MEDIA_TYPE;
typedef struct { } D3DCOLOR; typedef struct { } D3DCOLOR;
cpp_quote("#endif") cpp_quote("#endif")