From f55f400b2d4abec5678f1956cdc8b83d367f92e2 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 18 May 2000 09:39:33 +0000 Subject: * include/winnt.h: Add some missing TAPE_DRIVE_* defines. --- winsup/w32api/include/winnt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'winsup/w32api/include') diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index e3e24b2bb..5ea70f16e 100644 --- a/winsup/w32api/include/winnt.h +++ b/winsup/w32api/include/winnt.h @@ -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 -- cgit v1.2.3