From 9a20837e5c5c659e1660bf8dd77af63f536c89f1 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Sun, 18 Aug 2002 04:19:27 +0000 Subject: [PATCH] Added definition of FILE_OPEN_FOR_RECOVERY svn path=/trunk/; revision=3360 --- reactos/include/ddk/iodef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ddk/iodef.h b/reactos/include/ddk/iodef.h index 4529d88cd11..4d199cd27a8 100644 --- a/reactos/include/ddk/iodef.h +++ b/reactos/include/ddk/iodef.h @@ -354,7 +354,7 @@ enum #define FILE_COMPLETE_IF_OPLOCKED 0x00000100 #define FILE_NO_EA_KNOWLEDGE 0x00000200 - +#define FILE_OPEN_FOR_RECOVERY 0x00000400 #define FILE_RANDOM_ACCESS 0x00000800 #define FILE_DELETE_ON_CLOSE 0x00001000