[NDK]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 8 Jul 2011 09:25:50 +0000 (09:25 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 8 Jul 2011 09:25:50 +0000 (09:25 +0000)
Fix LPCP_PORT_OBJECT definition

svn path=/trunk/; revision=52568

reactos/include/ndk/lpctypes.h

index 4441961..2f869a8 100644 (file)
@@ -209,8 +209,11 @@ typedef struct _LPCP_PORT_OBJECT
     SECURITY_CLIENT_CONTEXT StaticSecurity;
     LIST_ENTRY LpcReplyChainHead;
     LIST_ENTRY LpcDataInfoChainHead;
-    PEPROCESS ServerProcess;
-    PEPROCESS MappingProcess;
+    union
+    {
+        PEPROCESS ServerProcess;
+        PEPROCESS MappingProcess;
+    };
     ULONG MaxMessageLength;
     ULONG MaxConnectionInfoLength;
     ULONG Flags;