Module: wine Branch: master Commit: 049edc9587b5dd19e0c47695106ab23d4d358f23 URL: http://source.winehq.org/git/wine.git/?a=commit;h=049edc9587b5dd19e0c4769510...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Aug 16 20:00:28 2010 +0200
dsound: Remove the useless CINTERFACE definition.
---
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"