mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Fix a check.
svn path=/trunk/; revision=58857
This commit is contained in:
@@ -327,7 +327,7 @@ wWinMain(HINSTANCE hInstance,
|
||||
|
||||
/* Create the auto-start complete event */
|
||||
hScmAutoStartCompleteEvent = CreateEventW(NULL, TRUE, FALSE, SCM_AUTOSTARTCOMPLETE_EVENT);
|
||||
if (hScmAutoStartCompleteEvent = NULL)
|
||||
if (hScmAutoStartCompleteEvent == NULL)
|
||||
{
|
||||
DPRINT1("SERVICES: Failed to create the auto-start complete event\n");
|
||||
goto done;
|
||||
|
||||
Reference in New Issue
Block a user