From: Eric Kohl Date: Tue, 13 Jul 2004 16:57:35 +0000 (+0000) Subject: Move some access rights so they are usable form kernel-mode. X-Git-Tag: backups/vfat_fast_26072004@12471~84 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4cc77e37cc8d1a7d42a4c7d686a11fc5f1f64421;hp=3e7bd9bd7901155b78b4ce6d964bfa7c4b1741c2 Move some access rights so they are usable form kernel-mode. svn path=/trunk/; revision=10107 --- diff --git a/reactos/include/defines.h b/reactos/include/defines.h index ffd0b5fc647..e9602ebfab4 100644 --- a/reactos/include/defines.h +++ b/reactos/include/defines.h @@ -534,8 +534,6 @@ extern "C" { #define PIPE_ACCESS_DUPLEX (3) #define PIPE_ACCESS_INBOUND (1) #define PIPE_ACCESS_OUTBOUND (2) -#define WRITE_DAC (0x40000L) -#define WRITE_OWNER (0x80000L) #define ACCESS_SYSTEM_SECURITY (0x1000000L) #define PIPE_TYPE_BYTE (0) #define PIPE_TYPE_MESSAGE (4) diff --git a/reactos/include/ntos/ntdef.h b/reactos/include/ntos/ntdef.h index 0230201ad3d..cfa22d98110 100644 --- a/reactos/include/ntos/ntdef.h +++ b/reactos/include/ntos/ntdef.h @@ -19,6 +19,8 @@ #define DELETE (0x00010000L) #define READ_CONTROL (0x00020000L) +#define WRITE_DAC (0x00040000L) +#define WRITE_OWNER (0x00080000L) #define SYNCHRONIZE (0x00100000L) #define DUPLICATE_CLOSE_SOURCE (1)