- fixed a gross bug in SetCurrentDirectoryA (where changing to a new
authorAndreas Mohr <amohr@student.ei.uni-stuttgart.de>
Tue, 25 Jul 2000 20:59:59 +0000 (20:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Jul 2000 20:59:59 +0000 (20:59 +0000)
commit3084b58606282ed9b42ac86a6780a08c9fd9d72c
tree2d3249b8f29aff2755629f7d7ad79649d4ae7bda
parentf2355e0f152bd18270eeb28685b80a71b260ae2c
- fixed a gross bug in SetCurrentDirectoryA (where changing to a new
  non-existent directory would leave the new drive enabled upon aborting
  (fixes CuteFTP install and should fix MANY apps)
  This has probably been caused by myself. *brownpaperbag*
- added GetVolumeInformation serial number bug-for-bug compatibility
- corrected Unicode labels (better CD-ROM handling in general)
- moved CD-ROM label detection code to misc/cdrom.c
- possible to use loopback mounted ISO9660 files
- init some uninitialised drive fields
- remove some unnecessary header includes
files/drive.c
include/cdrom.h
misc/cdrom.c
msdos/int2f.c