mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:55:56 +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:
parent
05a5f2bb89
commit
f730a539f5
2 changed files with 7 additions and 3 deletions
|
@ -14,9 +14,6 @@ TODO:
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
/* FIXME: ntifs.h */
|
||||
#define FILE_READ_ONLY_VOLUME 0x00080000
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(dmenu);
|
||||
|
||||
typedef struct _DynamicShellEntry_
|
||||
|
|
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue