Commit b225dc13 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Symbian: no daemon mode

parent 544a92a0
......@@ -312,7 +312,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
}
/* Check for daemon mode */
#ifndef WIN32
#if !defined( WIN32 ) && !defined( __SYMBIAN32__ )
if( var_InheritBool( p_libvlc, "daemon" ) )
{
#ifdef HAVE_DAEMON
......
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