[PATCH 3/5] d3d9.h: undefine INTERFACE before defining it

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


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

diff --git a/include/d3d9.h b/include/d3d9.h
index 09ce3d0..3f9ebf2 100644
--- a/include/d3d9.h
+++ b/include/d3d9.h
@@ -163,6 +163,7 @@ typedef struct IDirect3DQuery9 *LPDIRECT3DQUERY9, *PDIRECT3DQUERY9;
 /*****************************************************************************
  * IDirect3D9 interface
  */
+#undef INTERFACE
 #define INTERFACE IDirect3D9
 DECLARE_INTERFACE_(IDirect3D9,IUnknown)
 {
-- 
1.7.0.4




More information about the wine-patches mailing list