1. 37978ba include: Add a set of parameter documentation macros to help compile windows applications. by Francois Gouget · 14 years ago
  2. 4035b22 imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW(). by Francois Gouget · 18 years ago
  3. 98d63f3 dbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK() and PSYM_ENUMERATESYMBOLS_CALLBACK() prototypes. by Francois Gouget · 18 years ago
  4. faab0c7 imagehlp: Fix the PTRANSLATE_ADDRESS_ROUTINE() and PREAD_PROCESS_MEMORY_ROUTINE() prototypes. by Francois Gouget · 18 years ago
  5. 01b083c imagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK. by Juan Lang · 18 years ago
  6. b86570d imagehlp: Better match the PSDK types, especially with regards to constness. by Francois Gouget · 18 years ago
  7. 4c11d57 imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros. by Francois Gouget · 18 years ago
  8. 7a70f9f imagehlp: Add two missing fields. by Francois Gouget · 18 years ago
  9. 766611b imagehlp: Fix the name of the ADDRESS_MODE enum. by Francois Gouget · 19 years ago
  10. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  11. f09ed5e Add some 64 bit definitions. by Vitaliy Margolen · 19 years ago
  12. 297ef3a Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of PSYM_ENUMSOURCFILES_CALLBACK. by Vincent Béron · 19 years ago
  13. d9c97f3 Include wintrust.h. by Francois Gouget · 20 years ago
  14. f35d1ca Moved quite a few functions to dbghelp (removed debug.c and symbol.c files). by Eric Pouech · 21 years ago
  15. ad4a2b9 Bring imagehlp (mostly) inline with the PSDK and Mingw. by Steven Edwards · 21 years ago
  16. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  17. 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
  18. 0643acd Removed Wine-specific definition from exported header (spotted by by Alexandre Julliard · 22 years ago
  19. bba4bb1 Remove references to PCVOID and LPUINT. by Francois Gouget · 23 years ago
  20. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  21. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  22. f94462f Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  23. e2474fc Define LPSTACKFRAME too. by Bill Medland · 23 years ago
  24. 9dc50e1 Removed some more obsolete 32 suffixes. by Francois Gouget · 24 years ago
  25. ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
  26. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  27. 14da7b1 Added extern "C" if __cplusplus is defined. by Patrik Stridvall · 26 years ago
  28. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  29. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  30. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  31. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  32. ebc2b77 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic. by Juergen Schmied · 26 years ago
  33. 56d52aa Moved some declarations from imagehlp.h to common include files. by Patrik Stridvall · 26 years ago
  34. 091e785 Started the implementation of IMAGEHLP.DLL. by Patrik Stridvall · 26 years ago