mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +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:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user