* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
This commit is contained in:
parent
7c00c9bd40
commit
e106f92bfc
|
@ -1,3 +1,7 @@
|
|||
2002-06-24 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
|
||||
|
||||
2002-06-24 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
|
||||
|
|
|
@ -149,6 +149,7 @@ extern "C" {
|
|||
#define FILE_ANY_ACCESS 0
|
||||
#define FILE_READ_ACCESS 1
|
||||
#define FILE_WRITE_ACCESS 2
|
||||
#define FILE_SPECIAL_ACCESS (FILE_ANY_ACCESS)
|
||||
#define DISK_LOGGING_START 0
|
||||
#define DISK_LOGGING_STOP 1
|
||||
#define DISK_LOGGING_DUMP 2
|
||||
|
|
Loading…
Reference in New Issue