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_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits