dsound dsound.h patch

Robert Reif reif at earthlink.net
Sun Jul 4 11:43:20 CDT 2004


Number of arguments to IDirectSoundBuffer8_GetObjectInPath wrong.
-------------- next part --------------
Index: include/dsound.h
===================================================================
RCS file: /home/wine/wine/include/dsound.h,v
retrieving revision 1.45
diff -u -r1.45 dsound.h
--- include/dsound.h	4 Jul 2004 00:13:44 -0000	1.45
+++ include/dsound.h	4 Jul 2004 16:39:21 -0000
@@ -598,7 +598,7 @@
     /*** IDirectSoundBuffer8 methods ***/
 #define IDirectSoundBuffer8_SetFX(p,a,b,c)              (p)->lpVtbl->SetFX(p,a,b,c)
 #define IDirectSoundBuffer8_AcquireResources(p,a,b,c)   (p)->lpVtbl->AcquireResources(p,a,b,c)
-#define IDirectSoundBuffer8_GetObjectInPath(p,a,b,c)    (p)->lpVtbl->GetObjectInPath(p,a,b,c)
+#define IDirectSoundBuffer8_GetObjectInPath(p,a,b,c,d)  (p)->lpVtbl->GetObjectInPath(p,a,b,c,d)
 #endif
 
 


More information about the wine-patches mailing list