Author: tkreuzer
Date: Fri Jul 8 09:25:50 2011
New Revision: 52568
URL:
http://svn.reactos.org/svn/reactos?rev=52568&view=rev
Log:
[NDK]
Fix LPCP_PORT_OBJECT definition
Modified:
trunk/reactos/include/ndk/lpctypes.h
Modified: trunk/reactos/include/ndk/lpctypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/lpctypes.h?rev…
==============================================================================
--- trunk/reactos/include/ndk/lpctypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/lpctypes.h [iso-8859-1] Fri Jul 8 09:25:50 2011
@@ -209,8 +209,11 @@
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;