Dan Hipschman : include: Fix type redefinitions in IDL files.

Alexandre Julliard julliard at winehq.org
Wed Jul 2 06:03:30 CDT 2008


Module: wine
Branch: master
Commit: 6db7ce7a6dcf8023bf4c0ffc78c0eb3271e68cb0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6db7ce7a6dcf8023bf4c0ffc78c0eb3271e68cb0

Author: Dan Hipschman <dsh at linux.ucla.edu>
Date:   Tue Jul  1 13:08:04 2008 -0700

include: Fix type redefinitions in IDL files.

---

 include/d3d10.idl |    2 +-
 include/vmr9.idl  |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/include/d3d10.idl b/include/d3d10.idl
index 4e5292f..120f884 100644
--- a/include/d3d10.idl
+++ b/include/d3d10.idl
@@ -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;
diff --git a/include/vmr9.idl b/include/vmr9.idl
index e5e5fd8..b7f916c 100644
--- a/include/vmr9.idl
+++ b/include/vmr9.idl
@@ -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")




More information about the wine-cvs mailing list