* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62007
This commit is contained in:
Amine Khaldi 2014-02-06 11:53:09 +00:00
parent 71f408a887
commit a5351bc64c

View file

@ -2,7 +2,6 @@
#define CDFS_H
#include <ntifs.h>
#include <ntddk.h>
#include <ntddcdrm.h>
#define CDFS_BASIC_SECTOR 2048
@ -10,7 +9,6 @@
#define BLOCKSIZE CDFS_BASIC_SECTOR
#define CDFS_MAX_NAME_LEN 256
/* Volume descriptor types (VdType) */
#define BOOT_VOLUME_DESCRIPTOR_TYPE 0
#define PRIMARY_VOLUME_DESCRIPTOR_TYPE 1
@ -472,4 +470,4 @@ CdfsAcquireForLazyWrite(IN PVOID Context,
VOID NTAPI
CdfsReleaseFromLazyWrite(IN PVOID Context);
#endif //CDFS_H
#endif /* CDFS_H */