Module: wine Branch: master Commit: f02fd4b5eb41937f5be6dfc95269dc833bb06037 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f02fd4b5eb41937f5be6dfc952...
Author: Ozkan Sezer sezeroz@gmail.com Date: Sun Feb 14 12:07:37 2010 +0200
include: Another fix for IDirectSound3DBuffer_SetConeAngles.
---
include/dsound.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/dsound.h b/include/dsound.h index 0923561..b594053 100644 --- a/include/dsound.h +++ b/include/dsound.h @@ -1098,7 +1098,7 @@ DECLARE_INTERFACE_(IDirectSound3DBuffer,IUnknown) #define IDirectSound3DBuffer_GetPosition(p,a) (p)->GetPosition(a) #define IDirectSound3DBuffer_GetVelocity(p,a) (p)->GetVelocity(a) #define IDirectSound3DBuffer_SetAllParameters(p,a,b) (p)->SetAllParameters(a,b) -#define IDirectSound3DBuffer_SetConeAngles(p,a,b) (p)->SetConeAngles(a,b) +#define IDirectSound3DBuffer_SetConeAngles(p,a,b,c) (p)->SetConeAngles(a,b,c) #define IDirectSound3DBuffer_SetConeOrientation(p,a,b,c,d) (p)->SetConeOrientation(a,b,c,d) #define IDirectSound3DBuffer_SetConeOutsideVolume(p,a,b) (p)->SetConeOutsideVolume(a,b) #define IDirectSound3DBuffer_SetMaxDistance(p,a,b) (p)->SetMaxDistance(a,b)