wineboot: No longer needs to keep running now that we have services.exe.

This commit is contained in:
Alexandre Julliard 2008-03-31 17:26:24 +02:00
parent 9bb129d17b
commit bd2ee68d6d
1 changed files with 0 additions and 4 deletions

View File

@ -762,9 +762,5 @@ int main( int argc, char *argv[] )
WINE_TRACE("Operation done\n");
SetEvent( event );
/* FIXME: the wait is needed to keep services running */
/* it should be removed once we have a proper services.exe */
if (!restart) WaitForSingleObject( __wine_make_process_system(), INFINITE );
return 0;
}