- get csrss, ntvdm, smss compiling on msvc. Modified: trunk/reactos/subsys/csrss/api/wapi.c _____
Modified: trunk/reactos/subsys/csrss/api/wapi.c --- trunk/reactos/subsys/csrss/api/wapi.c 2006-01-08 08:17:38 UTC (rev 20700) +++ trunk/reactos/subsys/csrss/api/wapi.c 2006-01-08 09:00:02 UTC (rev 20701) @@ -282,6 +282,7 @@
PORT_MESSAGE Request; PVOID Context = NULL; NTSTATUS Status = STATUS_SUCCESS; + PPORT_MESSAGE Reply = NULL;
DPRINT("CSR: %s called\n", __FUNCTION__);
@@ -312,7 +313,7 @@ __FUNCTION__, Status); } else { DPRINT("-- 3\n"); - PPORT_MESSAGE Reply = NULL; + /* * Tell the init thread the SM gave the * green light for boostrapping.