Fix the ITS moniker implementation.
[wine] / dlls / ntdll / directory.c
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-07  Emmanuel MaillardAdded Darwin support in get_default_drive_device.
2004-05-24  Dmitry TimoshkovCygwin's mntent.h requires stdio.h to be included first.
2004-05-17  Alexandre JulliardAdded support for mapping UNC filenames to the dosdevic...
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-23  Alexandre JulliardMoved support for opening DOS device files to ntdll.
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-21  Alexandre JulliardProperly set IO_STATUS_BLOCK.Information in NtCreateFile.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-14  Alexandre JulliardAdded support for restarting directory scans on platfor...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-03-16  Alexandre JulliardO_DIRECTORY is not really needed.
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...