.spec.c files are no longer used for 32-bit dlls.
[wine] / dlls / kernel / file.c
2004-03-17  Alexandre JulliardReimplemented FindFirstFile/FindNextFile on top of
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-16  Francois GougetReturn HFILE_ERROR instead of -1 in _lread.
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-24  Eric Pouech- start moving a few file related functions from files...