From 4df19f8aaab9802304a0a4f8c76105c9d0cfebcf Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 8 Jan 2006 09:00:02 +0000 Subject: [PATCH] - get csrss, ntvdm, smss compiling on msvc. svn path=/trunk/; revision=20701 --- reactos/subsys/csrss/api/wapi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/csrss/api/wapi.c b/reactos/subsys/csrss/api/wapi.c index bf4e53fb481..92a726e416a 100644 --- a/reactos/subsys/csrss/api/wapi.c +++ b/reactos/subsys/csrss/api/wapi.c @@ -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.