mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
fixing right define of struct typedef LARGE_MCB *PLARGE_MCB
svn path=/trunk/; revision=21863
This commit is contained in:
@@ -1230,10 +1230,12 @@ typedef struct _BASE_MCB
|
||||
} BASE_MCB;
|
||||
typedef BASE_MCB *PBASE_MCB;
|
||||
|
||||
typedef struct _LARGE_MCB
|
||||
{
|
||||
typedef struct _LARGE_MCB {
|
||||
PFAST_MUTEX FastMutex;
|
||||
BASE_MCB BaseMcb;
|
||||
ULONG MaximumPairCount;
|
||||
ULONG PairCount;
|
||||
POOL_TYPE PoolType;
|
||||
PVOID Mapping;
|
||||
} LARGE_MCB;
|
||||
typedef LARGE_MCB *PLARGE_MCB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user