Added rules for building import libraries in the individual dll
[wine] / dlls / kernel / volume.c
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-20  Alexandre JulliardMove all the old config conversion code to a new oldcon...
2005-02-26  Alexandre JulliardFixed regression in QueryDosDeviceA when passed a NULL...
2005-02-15  Paul van SchayckOnly stop writing a volume label if we found a non...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-28  Rein KlazesIn VOLUME_ReadFATSuperblock:
2004-08-10  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-13  Rein KlazesIn GetVolumeInformationW handle the case when there...
2004-05-13  Alexandre JulliardAdded proper support for switching file APIs between...
2004-05-03  Alexandre JulliardMake GetVolumeInformation default to reporting NTFS...
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-05-01  Alexandre JulliardFixed last error code check in GetVolumeInformationW...
2004-04-30  Uwe BonnesFixed buffer overflow.
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-27  Alexandre JulliardDefineDosDeviceW: implemented the DDD_REMOVE_DEFINITION...
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-23  Alexandre JulliardReimplemented GetLogicalDrives, GetLogicalDriveStrings and
2004-04-23  Alexandre JulliardMoved support for opening DOS device files to ntdll.
2004-04-17  Alexandre JulliardReimplemented GetDiskFreeSpaceW and GetDiskFreeSpaceExW...
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-03  Alexandre JulliardReimplemented DeleteFile by using CreateFile with
2004-04-02  Alexandre JulliardRemoved the FailReadOnly option, this is now the defaul...
2004-03-30  Alexandre JulliardGet the drive root directories from the symlinks in...
2004-03-30  Alexandre JulliardAdded support for DOS drives in QueryDosDevice and...
2004-03-20  Alexandre JulliardRewrote handling of COM and LPT devices to use symlinks in
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...