Fixed some handle conversions in prevision of void* handles.
[wine] / dlls / imagehlp /
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-25  Eric KohlImplemented PE file checksum calculation.
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-05-11  Patrik StridvallFixed some debug messages.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-08  Patrik StridvallFixed some issues found by winapi_check.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
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.