diff --git a/reactos/include/ndk/cctypes.h b/reactos/include/ndk/cctypes.h index c8d342815c4..73bb5c4210d 100644 --- a/reactos/include/ndk/cctypes.h +++ b/reactos/include/ndk/cctypes.h @@ -109,7 +109,7 @@ typedef struct _SHARED_CACHE_MAP LIST_ENTRY SharedCacheMapLinks; ULONG Flags; ULONG Status; - PMCB Mbcb; + PMBCB Mbcb; PVOID Section; PKEVENT CreateEvent; PKEVENT WaitOnActiveCount;