Better handling of 16-bit native dlls when a 32-bit builtin with the
[wine] / dlls / kernel / file16.c
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-28  Alexandre JulliardReimplemented Get/SetCurrentDirectoryW using the corres...
2004-04-16  Alexandre JulliardUpdate the drive environment strings when changing...
2004-03-26  Alexandre JulliardFixed GetDriveType16 return value for non-existent...
2004-03-26  Alexandre JulliardStore the windows and system directories as long path...
2004-03-25  Alexandre JulliardSplit OpenFile implementation in separate 16- and 32...
2004-03-10  Alexandre JulliardMoved a number of 16-bit functions to file16.c.
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-09-18  Alexandre JulliardReimplemented the 16-bit FindFirstFile, FindNextFile...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Eric Pouech- start moving a few file related functions from files...