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
434
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
Commits
d8eed001
Commit
d8eed001
authored
11 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
win32: fix starting the single interface backend (fixes #10494)
parent
555e0432
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/win32/specific.c
+1
-1
1 addition, 1 deletion
src/win32/specific.c
with
1 addition
and
1 deletion
src/win32/specific.c
+
1
−
1
View file @
d8eed001
...
...
@@ -114,7 +114,7 @@ void system_Configure( libvlc_int_t *p_this, int i_argc, const char *const ppsz_
if
(
GetLastError
()
!=
ERROR_ALREADY_EXISTS
)
{
libvlc_InternalAddIntf
(
p_this
,
"win
32
msg,none"
);
libvlc_InternalAddIntf
(
p_this
,
"win
_
msg,none"
);
/* Initialization done.
* Release the mutex to unblock other instances */
ReleaseMutex
(
hmutex
);
...
...
This diff is collapsed.
Click to expand it.
Migration Bot
@MigrationBot
mentioned in issue
#10494 (closed)
·
4 years ago
mentioned in issue
#10494 (closed)
mentioned in issue #10494
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment