mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NDK] Add FILE_READ_ONLY_VOLUME definition in NTOS_MODE_USER mode. [SHELL32] Remove the now unneeded FILE_READ_ONLY_VOLUME definition.
svn path=/trunk/; revision=67691
This commit is contained in:
@@ -52,6 +52,13 @@ extern POBJECT_TYPE NTSYSAPI IoDriverObjectType;
|
||||
#define SYMBOLIC_LINK_ALL_ACCESS STANDARD_RIGHTS_REQUIRED | 0x0001
|
||||
#endif
|
||||
|
||||
#ifdef NTOS_MODE_USER
|
||||
|
||||
/* File System Attributes Flags */
|
||||
#define FILE_READ_ONLY_VOLUME 0x00080000
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
// NtCreateFile Result Flags
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user