Fix for DeviceIoControl masking FILE_DEVICE_FILE_SYSTEM incorrectly.
[reactos.git] / reactos / lib / kernel32 / file / dir.c
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-03-25 Hartmut BirrRewrote SearchPathW().
2001-02-10 Eric KohlPreparations for use of forwarded exports
2000-06-29 David WelchMade header file usage more consistent
2000-06-03 Emanuele AlibertiMinor changes.
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-02-18 Eric KohlFixed environment implementation
2000-01-20 Eric KohlReplaced calls to aprintf() or dprintf() by DPRINT()
2000-01-11 Eric KohlFixed process parameters
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-12 Eric KohlFixed some minor issues (NULL --> FALSE).
1999-06-27 Eric KohlFixed RemoveDirectoryW().
1999-05-29 David WelchLots of changes to the kernel
1999-05-19 Eric KohlFixed CreateDirectoryExW.
1999-05-07 Eric KohlSome more fixes.
1999-05-06 Eric KohlFixed more bugs in GetFullPathName() and SetCurrentDire...
1999-05-05 Eric KohlFixed typos and compiler warnings.
1999-04-29 Eric KohlAdded missing features in GetFullPathName[A/W]().
1999-04-28 Eric KohlAdded missing features in GetFullPathName[A/W]().
1999-04-21 Eric Kohlfixed GetFileAttributes()
1999-04-20 Eric Kohlcompatibility fixes
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-15 jeancorrect bug in CreateDirectory
1999-02-11 jeancorrect bug on CreateDirectory : crash if no template
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-20 David WelchFixed some bugs
1999-01-17 David WelchBug fixes
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-13 jeanchanges to make create directory functions active.
1998-12-04 Rex JolliffRolled in various changes from others