Commit bd2ee68d authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 9bb129d1
......@@ -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;
}
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