Remove ROS-specific File Object Flags

svn path=/trunk/; revision=12811
This commit is contained in:
Alex Ionescu
2005-01-05 01:42:23 +00:00
parent 2b9f762918
commit ad60ddbca6
7 changed files with 4 additions and 24 deletions
-9
View File
@@ -642,15 +642,6 @@ typedef struct _IO_COMPLETION_CONTEXT
#define FO_HANDLE_CREATED 0x00040000
#define FO_FILE_FAST_IO_READ 0x00080000
/*
* ReactOS specific flags
*/
#define FO_DIRECT_CACHE_READ 0x72000001
#define FO_DIRECT_CACHE_WRITE 0x72000002
#define FO_DIRECT_CACHE_PAGING_READ 0x72000004
#define FO_DIRECT_CACHE_PAGING_WRITE 0x72000008
#define FO_FCB_IS_VALID 0x72000010
typedef struct _FILE_OBJECT
{
CSHORT Type;