mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Add FSRTL_COMMON_FCB_HEADER to the beginning of the FCB.
svn path=/trunk/; revision=21968
This commit is contained in:
parent
eebf35125d
commit
c7c5cd045d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue