corret a type error in dsound. dsound need be rewriten from scrach it is from wine

svn path=/trunk/; revision=19882
This commit is contained in:
Magnus Olsen 2005-12-04 17:50:11 +00:00
parent e1f3a661ef
commit 143377fdee

View file

@ -412,6 +412,7 @@ extern HRESULT WINAPI GetDeviceID(LPCGUID lpGuidSrc, LPGUID lpGuidDest);
/*****************************************************************************
* IDirectSound interface
*/
#undef INTERFACE
#define INTERFACE IDirectSound
DECLARE_INTERFACE_(IDirectSound,IUnknown)
{