vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Oct 21 
16:04:41 2014 +0200| [0bd864fe9d981ee913788486c88cdb0e632f4719] | committer: 
Hugo Beauzée-Luyssen

mmdevice: Use BOOL rather than WINBOOL

WINBOOL is mingw specific

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0bd864fe9d981ee913788486c88cdb0e632f4719
---

 modules/audio_output/mmdevice.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_output/mmdevice.c b/modules/audio_output/mmdevice.c
index d41bb02..72509e2 100644
--- a/modules/audio_output/mmdevice.c
+++ b/modules/audio_output/mmdevice.c
@@ -283,7 +283,7 @@ 
vlc_AudioSessionEvents_OnIconPathChanged(IAudioSessionEvents *this,
 
 static STDMETHODIMP
 vlc_AudioSessionEvents_OnSimpleVolumeChanged(IAudioSessionEvents *this,
-                                             float vol, WINBOOL mute,
+                                             float vol, BOOL mute,
                                              LPCGUID ctx)
 {
     aout_sys_t *sys = vlc_AudioSessionEvents_sys(this);

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to