[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:
Amine Khaldi 2015-05-12 12:51:50 +00:00
parent 05a5f2bb89
commit f730a539f5
2 changed files with 7 additions and 3 deletions

View file

@ -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_

View file

@ -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
//