mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- get csrss, ntvdm, smss compiling on msvc.
svn path=/trunk/; revision=20701
This commit is contained in:
parent
114d8bb1b6
commit
4df19f8aaa
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue