[vlc-devel] [PATCH 02/12] mmdevice: Use BOOL rather than WINBOOL

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Oct 23 12:17:42 CEST 2014


WINBOOL is mingw specific
---
 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);
-- 
2.1.1




More information about the vlc-devel mailing list