mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
quartz: Fix IAMDirectSound interface definition.
This commit is contained in:
parent
a4b622d81a
commit
28acc8398c
1 changed files with 4 additions and 4 deletions
|
@ -34,11 +34,11 @@ DECLARE_INTERFACE_(IAMDirectSound,IUnknown)
|
|||
|
||||
/*** IAMDirectSound methods ***/
|
||||
STDMETHOD(GetDirectSoundInterface)(THIS_ IDirectSound **ds) PURE;
|
||||
STDMETHOD(GetPrimaryBufferInterface(THIS_ IDirectSoundBuffer **buf) PURE;
|
||||
STDMETHOD(GetPrimaryBufferInterface)(THIS_ IDirectSoundBuffer **buf) PURE;
|
||||
STDMETHOD(GetSecondaryBufferInterface)(THIS_ IDirectSoundBuffer **buf) PURE;
|
||||
STDMETHOD(ReleaseDirectSoundInterface(THIS_ IDirectSound *ds) PURE;
|
||||
STDMETHOD(ReleasePrimaryBufferInterface(THIS_ IDirectSoundBuffer *buf) PURE;
|
||||
STDMETHOD(ReleaseSecondaryBufferInterface(THIS_ IDirectSoundBuffer *buf) PURE;
|
||||
STDMETHOD(ReleaseDirectSoundInterface)(THIS_ IDirectSound *ds) PURE;
|
||||
STDMETHOD(ReleasePrimaryBufferInterface)(THIS_ IDirectSoundBuffer *buf) PURE;
|
||||
STDMETHOD(ReleaseSecondaryBufferInterface)(THIS_ IDirectSoundBuffer *buf) PURE;
|
||||
STDMETHOD(SetFocusWindow)(THIS_ HWND hwnd, BOOL bgsilent) PURE;
|
||||
STDMETHOD(GetFocusWindow)(THIS_ HWND hwnd) PURE;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue