[PATCH 7/8] dsound: Remove the useless CINTERFACE definition.

Henri Verbeet hverbeet at codeweavers.com
Mon Aug 16 13:00:28 CDT 2010


CINTERFACE doesn't make sense for C code.
---
 dlls/dsound/duplex.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/dsound/duplex.c b/dlls/dsound/duplex.c
index dbe811b..4a1fbd2 100644
--- a/dlls/dsound/duplex.c
+++ b/dlls/dsound/duplex.c
@@ -24,7 +24,6 @@
 
 #define NONAMELESSSTRUCT
 #define NONAMELESSUNION
-#define CINTERFACE
 #define COBJMACROS
 #include "windef.h"
 #include "winbase.h"
-- 
1.7.1




More information about the wine-patches mailing list