From c7c5cd045d1fb3d3c93fbde89c4614d87866065a Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 21 May 2006 19:38:35 +0000 Subject: [PATCH] Add FSRTL_COMMON_FCB_HEADER to the beginning of the FCB. svn path=/trunk/; revision=21968 --- reactos/drivers/filesystems/ms/msfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/drivers/filesystems/ms/msfs.h b/reactos/drivers/filesystems/ms/msfs.h index ea5c5f1a4dc..61b654a9896 100644 --- a/reactos/drivers/filesystems/ms/msfs.h +++ b/reactos/drivers/filesystems/ms/msfs.h @@ -37,6 +37,7 @@ typedef struct _MSFS_DEVICE_EXTENSION typedef struct _MSFS_FCB { + FSRTL_COMMON_FCB_HEADER RFCB; UNICODE_STRING Name; LIST_ENTRY FcbListEntry; KSPIN_LOCK CcbListLock;