imagehlp: Match parameters list with function we're forwarding to.
[wine] / dlls / imagehlp / access.c
2012-11-26  Andrew Talbotimagehlp: Remove unused variable.
2011-05-19  Marcus Meissnerimagehlp: Mark internal variable as hidden visibility.
2007-08-06  Francois Gougetimagehlp: Better match the PSDK types, especially with...
2007-08-03  Francois Gougetimagehlp: Add two missing fields.
2007-05-07  Andrew Talbotimagehlp: Exclude unused headers.
2007-01-04  Eric Pouechimagehlp: Make use of the bReadOnly parameter in MapAnd...
2007-01-04  Eric Pouechimagehlp: Correctly handle files without NT headers...
2007-01-04  Eric Pouechimagehlp: Fixed computation of SizeOfImage in MapAndLoad.
2007-01-02  Kai Blinimagehelp: Remove unused if() check in error path.
2006-12-04  Eric Pouechimagehlp: MapAndLoad should do some useful stuff now.
2006-10-09  Michael Stefaniucimagehlp: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-04-05  Eric PouechMoved quite a few functions to dbghelp (removed debug...
2003-11-21  Marcus R. BrownReplace various routines with a forward to ntdll.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-19  Christian CostaAllocate space to contain the IMAGE_NT_HEADERS structur...
2003-06-27  Alexandre JulliardRemoved Wine-specific definition from exported header...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-10-22  Michael StefaniucCompile the imagehlp dll with STRICT defined.
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-05-11  Patrik StridvallFixed some debug messages.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1998-10-11  Patrik StridvallStarted the implementation of IMAGEHLP.DLL.