* include/winnt.h: Add some missing TAPE_DRIVE_* defines.
This commit is contained in:
parent
77303e2d83
commit
f55f400b2d
|
@ -1,3 +1,7 @@
|
|||
Thu May 18 11:37:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/winnt.h: Add some missing TAPE_DRIVE_* defines.
|
||||
|
||||
Wed Apr 26 11:04:18 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* include/wininet.h: Add another "INTERNET_OPTIONS".
|
||||
|
|
|
@ -846,6 +846,9 @@ typedef BYTE BOOLEAN,*PBOOLEAN;
|
|||
#define TAPE_DRIVE_GET_ABSOLUTE_BLK 0x100000
|
||||
#define TAPE_DRIVE_GET_LOGICAL_BLK 0x200000
|
||||
#define TAPE_DRIVE_SET_EOT_WZ_SIZE 0x400000
|
||||
#define TAPE_DRIVE_EJECT_MEDIA 0x1000000
|
||||
#define TAPE_DRIVE_CLEAN_REQUESTS 0x2000000
|
||||
#define TAPE_DRIVE_SET_CMP_BOP_ONLY 0x4000000
|
||||
#define TAPE_DRIVE_RESERVED_BIT 0x80000000
|
||||
#define TAPE_DRIVE_LOAD_UNLOAD 0x80000001
|
||||
#define TAPE_DRIVE_TENSION 0x80000002
|
||||
|
|
Loading…
Reference in New Issue