Author: fireball Date: Tue Oct 14 13:27:15 2008 New Revision: 36752
URL: http://svn.reactos.org/svn/reactos?rev=36752&view=rev Log: - Mbcb field of SHARED_CACHE_MAP structure has MBCB type, not MCB.
Modified: trunk/reactos/include/ndk/cctypes.h
Modified: trunk/reactos/include/ndk/cctypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/cctypes.h?rev=3... ============================================================================== --- trunk/reactos/include/ndk/cctypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/cctypes.h [iso-8859-1] Tue Oct 14 13:27:15 2008 @@ -109,7 +109,7 @@ LIST_ENTRY SharedCacheMapLinks; ULONG Flags; ULONG Status; - PMCB Mbcb; + PMBCB Mbcb; PVOID Section; PKEVENT CreateEvent; PKEVENT WaitOnActiveCount;