Define GCM_RIGHTMOUSEDROP.
[wine] / dlls / kernel / file.c
2005-07-11  Uwe BonnesSTATUS_TIMEOUT is no error for Read|WriteFile.
2005-06-20  Mike McCormack- don't include winreg.h
2005-05-24  Rein KlazesWork around a problem where WriteFile is asked to write...
2005-03-30  Mike McCormackImplement mailslots.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-11  Rein KlazesmemicmpW() count are WCHAR's not bytes. Fixes opening...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Dmitry TimoshkovUncomment call to FlushConsoleInputBuffer in FlushFileB...
2004-12-21  Dmitry TimoshkovPostpone creation disposition check in CreateFile until...
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-24  Dmitry TimoshkovRemove useless calls to IsBadReadPtr from ReadFile...
2004-11-21  Eric PouechMoved kernel32.DeleteFileW core implementation to ntdll...
2004-10-11  Hans LeidekkerInclude stdio.h for MinGW.
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-07-09  Rob ShearmanAdd TRACE to ReadFileEx.
2004-06-15  Alexandre JulliardAdded magic number in the FindFirstFile structure to...
2004-06-14  Alexandre JulliardRewrote SetFilePointer to use SetFilePointerEx.
2004-06-14  Mike McCormackImplemented SetFilePointerEx.
2004-05-22  Christian CostaAdded some traces to kernel file functions.
2004-05-13  Alexandre JulliardAdded proper support for switching file APIs between...
2004-05-03  Alexandre JulliardOF_CREATE should force write access in OpenFile.
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-05-01  Alexandre JulliardReimplemented GetFileType and SetEndOfFile using ntdll...
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesExW and GetCompressedFil...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-17  Alexandre JulliardMake FindFirstFileExW and FindFirstChangeNotificationW...
2004-04-03  Alexandre JulliardReimplemented DeleteFile by using CreateFile with
2004-03-25  Alexandre JulliardSplit OpenFile implementation in separate 16- and 32...
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...