- get csrss, ntvdm, smss compiling on msvc.
authorAlex Ionescu <aionescu@gmail.com>
Sun, 8 Jan 2006 09:00:02 +0000 (09:00 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 8 Jan 2006 09:00:02 +0000 (09:00 +0000)
svn path=/trunk/; revision=20701

reactos/subsys/csrss/api/wapi.c

index bf4e53f..92a726e 100644 (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.