X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finterface%2Finterface.c;h=2c06f3d6c187d5fd0c53c618c1ae6ba81a6e28f2;hb=83f23b6686543887f908d184387782bf018c35d5;hp=4e9a59169fae1b94bae2e4fa684e25080d25429b;hpb=8ab353b1123d829cd0e335a36cc7dffb4ae83a19;p=vlc diff --git a/src/interface/interface.c b/src/interface/interface.c index 4e9a59169f..2c06f3d6c1 100644 --- a/src/interface/interface.c +++ b/src/interface/interface.c @@ -115,7 +115,7 @@ intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module, } /* Choose the best module */ - p_intf->p_module = module_Need( p_intf, "interface", psz_module, 0 ); + p_intf->p_module = module_Need( p_intf, "interface", psz_module, VLC_FALSE ); if( p_intf->p_module == NULL ) { @@ -329,7 +329,9 @@ static void RunInterface( intf_thread_t *p_intf ) static char *ppsz_interfaces[] = { "skins2", "Skins 2", +#ifndef WIN32 "wxwidgets", "wxWidgets", +#endif NULL, NULL }; char **ppsz_parser;