Commit d8eed001 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

parent 555e0432
...@@ -114,7 +114,7 @@ void system_Configure( libvlc_int_t *p_this, int i_argc, const char *const ppsz_ ...@@ -114,7 +114,7 @@ void system_Configure( libvlc_int_t *p_this, int i_argc, const char *const ppsz_
if( GetLastError() != ERROR_ALREADY_EXISTS ) if( GetLastError() != ERROR_ALREADY_EXISTS )
{ {
libvlc_InternalAddIntf( p_this, "win32msg,none" ); libvlc_InternalAddIntf( p_this, "win_msg,none" );
/* Initialization done. /* Initialization done.
* Release the mutex to unblock other instances */ * Release the mutex to unblock other instances */
ReleaseMutex( hmutex ); ReleaseMutex( hmutex );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment