Changeset 8786 for trunk/changelog
- Timestamp:
- Jun 26, 2002, 5:25:31 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r8784 r8786 1 /* $Id: changelog,v 1.219 1 2002-06-26 13:34:37sandervl Exp $ */1 /* $Id: changelog,v 1.2192 2002-06-26 15:25:31 sandervl Exp $ */ 2 2 3 3 2002-06-26: Sander van Leeuwen <sandervl@innotek.de> … … 11 11 floppy drives 12 12 o Fixed CreateFile for disks 13 o IOCTL_DISK_GET_DRIVE_GEOMETRY must fail if no disk is inserted; 14 IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_DISK_GET_MEDIA_TYPES shouldn't 13 o made IOCTL_DISK_GET_DRIVE_GEOMETRY a seperate case; should 14 fail if no disk present or when the media has been changed 15 o IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_DISK_GET_MEDIA_TYPES should 16 always succeed 17 o Don't fail CreateFile for disk when DosOpen fails with 18 a sharing violation. Apparently this is allowed in windows; 19 although you can't do much with the handle. (limited to 20 IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_DISK_GET_MEDIA_TYPES) 15 21 16 22 2002-06-26: knut st. osmundsen <bird@anduin.net>
Note:
See TracChangeset
for help on using the changeset viewer.