Removed the FailReadOnly option, this is now the default behavior.
[wine] / dlls / kernel / toolhelp.c
2004-01-12  Eric PouechImplemented Toolhelp32ReadProcessMemory.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-11  Geoff ThorpeAdded a stub for Heap32ListFirst.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-09-22  Andreas MohrAdd FIXMEs for all these nice completely unimplemented...
2000-09-12  Uwe BonnesUse tpXXX instead of tbXXX in tagTHREADENTRY32.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.