Fixes for missing prototypes warnings.
[wine] / dlls / dbghelp / dbghelp_private.h
2006-01-23  Eric Pouechdbghelp: Return better values in module information.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: Started implementation of the global callback...
2005-12-19  Eric Pouechdbghelp: First stab at supporting calling convention...
2005-12-19  Eric Pouechdbghelp: Return proper size for local & parameters...
2005-11-29  Eric PouechAdded support for 'loading' virtual modules.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
2005-11-03  Eric PouechImplemented SymEnumLines.
2005-05-17  Raphael JunqueiraBeginning of dbghelp dwarf2 support:
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2004-11-19  Eric Pouech- implement SymUnDName and UndecorateSymbolName on...
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-18  Vincent BéronFix some types problems.
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-07  Jon GriffithsVectors need all 32 bits to handle _really_ large apps.
2004-09-27  Eric Pouech- now storing vector of types on a per module basis...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-04-30  Eric Pouech- fixed some bugs in StackWalk (claimed for but forgott...
2004-04-19  Eric Pouech- implemented support for function debug start/stop...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.