[vlc-commits] [Git][videolan/vlc][master] aout: winstore: fix build on x86
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Sep 6 14:09:50 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
2ca66bbe by Steve Lhomme at 2022-09-06T13:51:08+00:00
aout: winstore: fix build on x86
The stdcall is missing.
- - - - -
1 changed file:
- modules/audio_output/winstore.c
Changes:
=====================================
modules/audio_output/winstore.c
=====================================
@@ -104,7 +104,7 @@ static STDMETHODIMP MMDeviceLocator_QueryInterface(IActivateAudioInterfaceComple
}
/* MMDeviceLocator IActivateAudioInterfaceCompletionHandler methods */
-static HRESULT MMDeviceLocator_ActivateCompleted(IActivateAudioInterfaceCompletionHandler *This,
+static STDMETHODIMP MMDeviceLocator_ActivateCompleted(IActivateAudioInterfaceCompletionHandler *This,
IActivateAudioInterfaceAsyncOperation *operation)
{
(void)operation;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2ca66bbed6c400e6e952dffe4fbdd09f5ca804fa
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2ca66bbed6c400e6e952dffe4fbdd09f5ca804fa
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list