diff --git a/reactos/include/ddk/iodef.h b/reactos/include/ddk/iodef.h index e6dc309f4fd..22fb655aed0 100644 --- a/reactos/include/ddk/iodef.h +++ b/reactos/include/ddk/iodef.h @@ -225,11 +225,12 @@ enum /* * File disposition values */ -#define FILE_CREATED 0x0000 +#define FILE_SUPERSEDED 0x0000 #define FILE_OPENED 0x0001 -#define FILE_OVERWRITTEN 0x0002 -#define FILE_SUPERSEDED 0x0003 -#define FILE_DOES_NOT_EXIST 0x0004 +#define FILE_CREATED 0x0002 +#define FILE_OVERWRITTEN 0x0003 +#define FILE_EXISTS 0x0004 +#define FILE_DOES_NOT_EXIST 0x0005 /*