[ros-diffs] [pschweitzer] 34147: Added define for PNTS_BCB to header. It will be used later to cache data.

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Sat Jun 28 11:49:06 CEST 2008


Author: pschweitzer
Date: Sat Jun 28 04:49:05 2008
New Revision: 34147

URL: http://svn.reactos.org/svn/reactos?rev=34147&view=rev
Log:
Added define for PNTS_BCB to header.
It will be used later to cache data.

Modified:
    branches/pierre-fsd/drivers/filesystems/ntfs/ntfs.h

Modified: branches/pierre-fsd/drivers/filesystems/ntfs/ntfs.h
URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/drivers/filesystems/ntfs/ntfs.h?rev=34147&r1=34146&r2=34147&view=diff
==============================================================================
--- branches/pierre-fsd/drivers/filesystems/ntfs/ntfs.h [iso-8859-1] (original)
+++ branches/pierre-fsd/drivers/filesystems/ntfs/ntfs.h [iso-8859-1] Sat Jun 28 04:49:05 2008
@@ -96,6 +96,8 @@
   ULONG Size;
 } NTFSIDENTIFIER, *PNTFSIDENTIFIER;
 
+
+typedef PVOID PNTFS_BCB;
 
 typedef struct
 {



More information about the Ros-diffs mailing list