- get csrss, ntvdm, smss compiling on msvc.

svn path=/trunk/; revision=20701
This commit is contained in:
Alex Ionescu 2006-01-08 09:00:02 +00:00
parent 114d8bb1b6
commit 4df19f8aaa

View file

@ -282,6 +282,7 @@ ServerSbApiPortThread (PVOID PortHandle)
PORT_MESSAGE Request;
PVOID Context = NULL;
NTSTATUS Status = STATUS_SUCCESS;
PPORT_MESSAGE Reply = NULL;
DPRINT("CSR: %s called\n", __FUNCTION__);
@ -312,7 +313,7 @@ DPRINT("-- 2\n");
__FUNCTION__, Status);
} else {
DPRINT("-- 3\n");
PPORT_MESSAGE Reply = NULL;
/*
* Tell the init thread the SM gave the
* green light for boostrapping.