[PATCH 1/3] quartz: Fix IAMDirectSound interface definition

Christian Costa titan.costa at wanadoo.fr
Sun Feb 7 14:17:47 CST 2010


---

 include/amaudio.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
-------------- next part --------------
diff --git a/include/amaudio.h b/include/amaudio.h
index 21892c6..ed3a832 100644
--- a/include/amaudio.h
+++ b/include/amaudio.h
@@ -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;
 };


More information about the wine-patches mailing list