[PATCH 4/5] d3d.h: undefine INTERFACE before using it

Roderick Colenbrander thunderbird2k at gmail.com
Tue Sep 7 17:20:14 CDT 2010


---
 include/d3d.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/d3d.h b/include/d3d.h
index 7297755..409be1b 100644
--- a/include/d3d.h
+++ b/include/d3d.h
@@ -202,6 +202,7 @@ typedef DWORD D3DVIEWPORTHANDLE, *LPD3DVIEWPORTHANDLE;
 /*****************************************************************************
  * IDirect3D interface
  */
+#undef INTERFACE
 #define INTERFACE IDirect3D
 DECLARE_INTERFACE_(IDirect3D,IUnknown)
 {
-- 
1.7.0.4




More information about the wine-patches mailing list