mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[SERVICES]
Fix the build. svn path=/trunk/; revision=56845
This commit is contained in:
@@ -403,13 +403,6 @@ wWinMain(HINSTANCE hInstance,
|
||||
|
||||
/* FIXME: more initialization */
|
||||
|
||||
/* Read the control set values */
|
||||
if (!ScmGetControlSetValues())
|
||||
{
|
||||
DPRINT1("SERVICES: failed to read the control set values\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
/* Create the service database */
|
||||
dwError = ScmCreateServiceDatabase();
|
||||
if (dwError != ERROR_SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user