mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
- CDFS and NTFS: Don't include a unused, deprecated header
svn path=/trunk/; revision=35913
This commit is contained in:
@@ -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 ? \
|
||||
|
||||
Reference in New Issue
Block a user