Skip to content
Snippets Groups Projects
Commit d8eed001 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

win32: fix starting the single interface backend (fixes #10494)

parent 555e0432
No related branches found
No related tags found
No related merge requests found
......@@ -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, "win32msg,none" );
libvlc_InternalAddIntf( p_this, "win_msg,none" );
/* Initialization done.
* Release the mutex to unblock other instances */
ReleaseMutex( hmutex );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment