projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f3a66
)
corret a type error in dsound. dsound need be rewriten from scrach it is from wine
author
Magnus Olsen
<magnus@greatlord.com>
Sun, 4 Dec 2005 17:50:11 +0000
(17:50 +0000)
committer
Magnus Olsen
<magnus@greatlord.com>
Sun, 4 Dec 2005 17:50:11 +0000
(17:50 +0000)
svn path=/trunk/; revision=19882
reactos/w32api/include/dsound.h
patch
|
blob
|
history
diff --git
a/reactos/w32api/include/dsound.h
b/reactos/w32api/include/dsound.h
index
6c1b05f
..
36f3844
100644
(file)
--- 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)
{