]> git.sesse.net Git - vlc/blobdiff - modules/control/ntservice.c
qt4/macosx: fixed the embedded vout setting
[vlc] / modules / control / ntservice.c
index 4c6a5b8786aa9d46ad2edca0fa33a32fe378c4d1..b8b567bf8b5b65f0223ab224f513208e9a182726 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
@@ -325,7 +328,6 @@ static void WINAPI ServiceDispatch( DWORD numArgs, char **args )
             }
 
             /* Try to run the interface */
-            p_new_intf->b_block = VLC_FALSE;
             if( intf_RunThread( p_new_intf ) )
             {
                 vlc_object_detach( p_new_intf );