Added debugstr_guid function and used it to replace
[wine] / dlls / version /
2000-01-08  Ulrich WeigandFixed alignment problem with VERSION_INFO members.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-09-19  Ulrich WeigandMove VerLanguageName[AW] back to base (exported from...
1999-08-21  Uwe BonnesAlignment fix.
1999-08-15  Uwe BonnesFixed alignment.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-05-29  Paul Quinnver.h is a legacy header. winver.h should be used instead.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-17  Douglas RidgwayFix crash if lpuCurDirLen or lpuDestDirLen==0.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Lawson A. WhitneyDon't hang on the last child if it's not wanted.
1999-02-17  Bertho StultiensRenamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-09  Ulrich WeigandNULL is a valid argument as handle for GetFileVersionIn...
1999-02-09  Ulrich WeigandBugfix: NULL pointer check for output parameters.
1999-02-02  Marcus Meissnerreslen could be used uninitialised in GetFileResource32...
1999-01-31  Ulrich WeigandImplementation of VERSION.DLL. Based on old misc/ver.c.