mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Forgot to commit this fix to ntifs
svn path=/trunk/; revision=16254
This commit is contained in:
parent
758ab5ab61
commit
4a320e11d6
1 changed files with 0 additions and 8 deletions
|
@ -703,14 +703,6 @@ typedef struct _COMPRESSED_DATA_INFO {
|
|||
ULONG CompressedChunkSizes[ANYSIZE_ARRAY];
|
||||
} COMPRESSED_DATA_INFO, *PCOMPRESSED_DATA_INFO;
|
||||
|
||||
typedef struct _DEVICE_MAP {
|
||||
POBJECT_DIRECTORY DosDevicesDirectory;
|
||||
POBJECT_DIRECTORY GlobalDosDevicesDirectory;
|
||||
ULONG ReferenceCount;
|
||||
ULONG DriveMap;
|
||||
UCHAR DriveType[32];
|
||||
} DEVICE_MAP, *PDEVICE_MAP;
|
||||
|
||||
#if (VER_PRODUCTBUILD >= 2600)
|
||||
|
||||
typedef struct _EX_FAST_REF {
|
||||
|
|
Loading…
Reference in a new issue