ioctl 440F only returns non mapped drives (for now).
[wine] / dlls / winedos / int13.c
2004-09-07  Rein KlazesFix compile error with include files from Linux 2.6.7+.
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-11-25  Eric PouechGot rid of DRIVE_OpenDevice, and replaced it with Win32...
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-06-23  Francois GougetO_RDONLY==0 but it's cleaner to pass it to DRIVE_OpenDe...
2002-12-02  Jukka HeinonenMove int13 handler to winedos.
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.