[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
This commit is contained in:
Alex Ionescu 2012-02-19 10:19:16 +00:00
parent 8306172b6a
commit 7991c9c192

View file

@ -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
//