mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 20:50:19 +00:00
[CDFS]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62007
This commit is contained in:
parent
71f408a887
commit
a5351bc64c
1 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
||||||
#define CDFS_H
|
#define CDFS_H
|
||||||
|
|
||||||
#include <ntifs.h>
|
#include <ntifs.h>
|
||||||
#include <ntddk.h>
|
|
||||||
#include <ntddcdrm.h>
|
#include <ntddcdrm.h>
|
||||||
|
|
||||||
#define CDFS_BASIC_SECTOR 2048
|
#define CDFS_BASIC_SECTOR 2048
|
||||||
|
@ -10,7 +9,6 @@
|
||||||
#define BLOCKSIZE CDFS_BASIC_SECTOR
|
#define BLOCKSIZE CDFS_BASIC_SECTOR
|
||||||
#define CDFS_MAX_NAME_LEN 256
|
#define CDFS_MAX_NAME_LEN 256
|
||||||
|
|
||||||
|
|
||||||
/* Volume descriptor types (VdType) */
|
/* Volume descriptor types (VdType) */
|
||||||
#define BOOT_VOLUME_DESCRIPTOR_TYPE 0
|
#define BOOT_VOLUME_DESCRIPTOR_TYPE 0
|
||||||
#define PRIMARY_VOLUME_DESCRIPTOR_TYPE 1
|
#define PRIMARY_VOLUME_DESCRIPTOR_TYPE 1
|
||||||
|
@ -472,4 +470,4 @@ CdfsAcquireForLazyWrite(IN PVOID Context,
|
||||||
VOID NTAPI
|
VOID NTAPI
|
||||||
CdfsReleaseFromLazyWrite(IN PVOID Context);
|
CdfsReleaseFromLazyWrite(IN PVOID Context);
|
||||||
|
|
||||||
#endif //CDFS_H
|
#endif /* CDFS_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue