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

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


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

diff --git a/include/ddraw.h b/include/ddraw.h
index eea7e09..88990f0 100644
--- a/include/ddraw.h
+++ b/include/ddraw.h
@@ -1220,6 +1220,7 @@ typedef struct tagDDDEVICEIDENTIFIER2 {
 /*****************************************************************************
  * IDirectDrawPalette interface
  */
+#undef INTERFACE
 #define INTERFACE IDirectDrawPalette
 DECLARE_INTERFACE_(IDirectDrawPalette,IUnknown)
 {
-- 
1.7.0.4




More information about the wine-patches mailing list