mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
- CDFS and NTFS: Don't include a unused, deprecated header
svn path=/trunk/; revision=35913
This commit is contained in:
parent
63f818683a
commit
35edb19a3c
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
#include <ntifs.h>
|
||||
#include <ntddk.h>
|
||||
#include <ntddcdrm.h>
|
||||
#include <ccros.h>
|
||||
|
||||
#define CDFS_BASIC_SECTOR 2048
|
||||
#define CDFS_PRIMARY_DESCRIPTOR_LOCATION 16
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <ntifs.h>
|
||||
#include <ntddk.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <ccros.h>
|
||||
|
||||
#define CACHEPAGESIZE(pDeviceExt) \
|
||||
((pDeviceExt)->NtfsInfo.UCHARsPerCluster > PAGE_SIZE ? \
|
||||
|
|
Loading…
Reference in a new issue