Module: wine Branch: master Commit: 7c2e09615cfa4ed86e06d9d4b62df30fbe757569 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7c2e09615cfa4ed86e06d9d4b6...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Mon Dec 7 08:25:23 2009 +0100
include: Fix typo in audiopolicy.
---
include/audiopolicy.idl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/audiopolicy.idl b/include/audiopolicy.idl index 2344f91..1221a54 100644 --- a/include/audiopolicy.idl +++ b/include/audiopolicy.idl @@ -181,7 +181,7 @@ interface IAudioVolumeDuckNotification : IUnknown [in] LPCWSTR sessionID, [in] UINT32 countCommunicationSessions ); - HRESULT OnVolumeUndockNotification( + HRESULT OnVolumeUnduckNotification( [in] LPCWSTR sessionID ); };