Sweden-Number/msdos
Andreas Mohr 3084b58606 - 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
2000-07-25 20:59:59 +00:00
..
.cvsignore
Makefile.in
devices.c Removed mis-aligned accesses during BIOS/DOS data initialization. 2000-06-07 02:02:56 +00:00
dosaspi.c
dosconf.c
dosmem.c Removed mis-aligned accesses during BIOS/DOS data initialization. 2000-06-07 02:02:56 +00:00
dpmi.c Use lcall opcodes, so all gas-es understand it... 2000-07-25 17:42:46 +00:00
int1a.c
int2a.c
int2f.c - fixed a gross bug in SetCurrentDirectoryA (where changing to a new 2000-07-25 20:59:59 +00:00
int3d.c
int4b.c
int5c.c
int09.c
int10.c
int11.c
int12.c
int13.c
int15.c
int16.c Make int16 read from the BIOS keyboard buffer, not directly from the 2000-07-25 12:24:53 +00:00
int17.c
int19.c
int20.c
int21.c Use GetSystemDefaultLangID() instead of WINE_LanguageId. 2000-06-18 19:31:19 +00:00
int25.c
int26.c
int29.c
int33.c
int41.c
interrupts.c Delay loading of interrupt table functions until they are needed. 2000-06-03 04:52:14 +00:00
ioports.c Fixed some warnings. 2000-06-07 02:16:47 +00:00
vxd.c
xms.c