dsound.h patch

Ove Kaaven ovehk at ping.uio.no
Sat Oct 20 10:41:04 CDT 2001


Log:
Ove Kaaven <ovek at transgaming.com>
Fixed a typo.

Index: include/dsound.h
===================================================================
RCS file: /cvsroot/winex/wine/include/dsound.h,v
retrieving revision 1.1.1.3
retrieving revision 1.5
diff -u -r1.1.1.3 -r1.5
--- include/dsound.h	2001/10/04 13:46:52	1.1.1.3
+++ include/dsound.h	2001/10/13 23:26:46	1.5
@@ -296,7 +296,7 @@
 #define IDirectSoundBuffer_Release(p)            ICOM_CALL (Release,p)
     /*** IDirectSoundBuffer methods ***/
 #define IDirectSoundBuffer_GetCaps(p,a)                ICOM_CALL1(GetCaps,p,a)
-#define IDirectSoundBuffer_GetCurrentPosition16(p,a,b) ICOM_CALL2(GetCurrentPosition16,p,a,b)
+#define IDirectSoundBuffer_GetCurrentPosition(p,a,b)   ICOM_CALL2(GetCurrentPosition,p,a,b)
 #define IDirectSoundBuffer_GetFormat(p,a,b,c)          ICOM_CALL3(GetFormat,p,a,b,c)
 #define IDirectSoundBuffer_GetVolume(p,a)              ICOM_CALL1(GetVolume,p,a)
 #define IDirectSoundBuffer_GetPan(p,a)                 ICOM_CALL1(GetPan,p,a)





More information about the wine-patches mailing list