From 4a320e11d685fac69fc8f5aa88531a4ad45e9ccd Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Fri, 24 Jun 2005 15:34:40 +0000 Subject: [PATCH] Forgot to commit this fix to ntifs svn path=/trunk/; revision=16254 --- reactos/w32api/include/ddk/ntifs.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reactos/w32api/include/ddk/ntifs.h b/reactos/w32api/include/ddk/ntifs.h index a46d615a4a3..4cb96b1ce9c 100644 --- a/reactos/w32api/include/ddk/ntifs.h +++ b/reactos/w32api/include/ddk/ntifs.h @@ -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 {