Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
458
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Merge requests
!2490
aout: winstore: fix build on x86
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
aout: winstore: fix build on x86
robUx4/vlc:winstore-x86
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Steve Lhomme
requested to merge
robUx4/vlc:winstore-x86
into
master
2 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
The stdcall is missing.
0
0
Merge request reports
Compare
master
version 1
77bd2616
2 years ago
master (base)
and
latest version
latest version
2ca66bbe
1 commit,
2 years ago
version 1
77bd2616
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/audio_output/winstore.c
+
1
−
1
Options
@@ -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
;
Loading