Forgot to commit this fix to ntifs
Modified: trunk/reactos/w32api/include/ddk/ntifs.h

Modified: trunk/reactos/w32api/include/ddk/ntifs.h
--- trunk/reactos/w32api/include/ddk/ntifs.h	2005-06-24 01:37:08 UTC (rev 16253)
+++ trunk/reactos/w32api/include/ddk/ntifs.h	2005-06-24 15:34:40 UTC (rev 16254)
@@ -703,14 +703,6 @@
     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 {