mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 12:13:41 +00:00
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:
parent
e1f3a661ef
commit
143377fdee
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ extern HRESULT WINAPI GetDeviceID(LPCGUID lpGuidSrc, LPGUID lpGuidDest);
|
|||
/*****************************************************************************
|
||||
* IDirectSound interface
|
||||
*/
|
||||
#undef INTERFACE
|
||||
#define INTERFACE IDirectSound
|
||||
DECLARE_INTERFACE_(IDirectSound,IUnknown)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue