OSDN Git Service

* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
authordannysmith <dannysmith>
Mon, 24 Jun 2002 02:49:44 +0000 (02:49 +0000)
committerdannysmith <dannysmith>
Mon, 24 Jun 2002 02:49:44 +0000 (02:49 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winioctl.h

index fd741aa..3d376d8 100644 (file)
@@ -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,
index 31e9a4e..faf0cdf 100644 (file)
@@ -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