[vlc-commits] mmdevice: Use BOOL rather than WINBOOL
Hugo Beauzée-Luyssen
git at videolan.org
Fri Oct 24 17:12:21 CEST 2014
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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);
More information about the vlc-commits
mailing list