Author: ion Date: Sun Feb 19 10:19:16 2012 New Revision: 55708
URL: http://svn.reactos.org/svn/reactos?rev=55708&view=rev Log: [CSRSRV]: Let's see if touching the CSR header file kills CSRSRV again. Re-enable the #if'0ed code that merely added a few fields to the create process structure. I think we no longer have weird fucked up dependencies on exact structure byte sizes. I hope.
Modified: trunk/reactos/include/reactos/subsys/csrss/csrss.h
Modified: trunk/reactos/include/reactos/subsys/csrss/csrss.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/subsys/csrs... ============================================================================== --- trunk/reactos/include/reactos/subsys/csrss/csrss.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/subsys/csrss/csrss.h [iso-8859-1] Sun Feb 19 10:19:16 2012 @@ -51,7 +51,6 @@
typedef struct { -#if 0 // // NT-type structure (BASE_CREATEPROCESS_MSG) // @@ -66,7 +65,7 @@ PVOID PebAddressNative; ULONG PebAddressWow64; USHORT ProcessorArchitecture; -#endif + // // ReactOS Data //