Commit 0bd864fe authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

mmdevice: Use BOOL rather than WINBOOL

WINBOOL is mingw specific
parent b515804f
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment