From 00ec608e15f07725576b9a81bcfc5e7425559fc4 Mon Sep 17 00:00:00 2001 From: jean Date: Mon, 15 Feb 1999 11:26:13 +0000 Subject: [PATCH] add a buffer for each file opened svn path=/trunk/; revision=231 --- reactos/drivers/fs/vfat/vfat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/drivers/fs/vfat/vfat.h b/reactos/drivers/fs/vfat/vfat.h index b25ac6cc657..9e972fb05d5 100644 --- a/reactos/drivers/fs/vfat/vfat.h +++ b/reactos/drivers/fs/vfat/vfat.h @@ -113,6 +113,9 @@ typedef struct _VfatFCB PDEVICE_EXTENSION pDevExt; struct _VfatFCB * nextFcb, *prevFcb; struct _VfatFCB * parentFcb; + UCHAR *Buffer; + long Flags; + ULONG Cluster; } VfatFCB, *PVfatFCB; typedef struct