From 143377fdeed200600a1ab1f528c89b00f94744cd Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 4 Dec 2005 17:50:11 +0000 Subject: [PATCH] corret a type error in dsound. dsound need be rewriten from scrach it is from wine svn path=/trunk/; revision=19882 --- reactos/w32api/include/dsound.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/w32api/include/dsound.h b/reactos/w32api/include/dsound.h index 6c1b05f82e4..36f3844c654 100644 --- a/reactos/w32api/include/dsound.h +++ b/reactos/w32api/include/dsound.h @@ -412,6 +412,7 @@ extern HRESULT WINAPI GetDeviceID(LPCGUID lpGuidSrc, LPGUID lpGuidDest); /***************************************************************************** * IDirectSound interface */ +#undef INTERFACE #define INTERFACE IDirectSound DECLARE_INTERFACE_(IDirectSound,IUnknown) { -- 2.17.1