Move some access rights so they are usable form kernel-mode.
[reactos.git] / reactos / include / ntos / ntdef.h
index e0c88c3..cfa22d9 100644 (file)
 
 #ifndef __USE_W32API
 
-#define PACKED __attribute__((packed))
-
 #define ANYSIZE_ARRAY  (1)
 
 #define DELETE         (0x00010000L)
 #define READ_CONTROL   (0x00020000L)
+#define WRITE_DAC      (0x00040000L)
+#define WRITE_OWNER    (0x00080000L)
 #define SYNCHRONIZE    (0x00100000L)
 
 #define DUPLICATE_CLOSE_SOURCE (1)