Removed the FailReadOnly option, this is now the default behavior.
[wine] / dlls / kernel / utthunk.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-05  Alexandre JulliardRemoved calls to HEAP_GetSegptr.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.