fixing x86 build issue (#786)

fixing issue #780
This commit is contained in:
pan-wang 2018-04-20 13:48:10 -07:00 committed by GitHub
parent 7351b274f7
commit 1f4473f96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -2005,7 +2005,9 @@ SERVER_PROCESS::~SERVER_PROCESS()
InterlockedDecrement(&g_dwActiveServerProcesses);
}
VOID
static
VOID
CALLBACK
ProcessHandleCallback(
_In_ PVOID pContext,
_In_ BOOL
@ -2347,4 +2349,4 @@ SERVER_PROCESS::TerminateBackendProcess(
}
}
}
}
}