From 7991c9c192f1cc03150b18ae33eeec20e34c719e Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 19 Feb 2012 10:19:16 +0000 Subject: [PATCH] [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. svn path=/trunk/; revision=55708 --- reactos/include/reactos/subsys/csrss/csrss.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/include/reactos/subsys/csrss/csrss.h b/reactos/include/reactos/subsys/csrss/csrss.h index 7c93b489cd6..360655f161e 100644 --- a/reactos/include/reactos/subsys/csrss/csrss.h +++ b/reactos/include/reactos/subsys/csrss/csrss.h @@ -51,7 +51,6 @@ typedef struct _BASE_SXS_CREATEPROCESS_MSG typedef struct { -#if 0 // // NT-type structure (BASE_CREATEPROCESS_MSG) // @@ -66,7 +65,7 @@ typedef struct PVOID PebAddressNative; ULONG PebAddressWow64; USHORT ProcessorArchitecture; -#endif + // // ReactOS Data //