- Use correct, documented, LPC Message structures (PORT_VIEW, REMOTE_PORT_VIEW)....
[reactos.git] / reactos / subsys / csrss / api / wapi.c
index aa588db..01e4b66 100644 (file)
@@ -192,7 +192,7 @@ ServerApiPortThread (PVOID PortHandle)
 
    for (;;)
      {
-        LPC_SECTION_READ LpcRead;
+        REMOTE_PORT_VIEW LpcRead;
         ServerPort = NULL;
 
        Status = NtListenPort (hApiListenPort, & Request.Header);