user32: Pack the MDINEXTMENU structure in messages to allow crossing 32/64 boundaries.
[wine] / dlls / version / resource.c
2010-03-25  Alexandre Julliardversion: Support loading resources from both 32-bit...
2010-02-17  Alexandre Julliardversion: Improve detection of builtin libraries.
2009-10-01  Alexandre Julliardversion: Simplify the resource loading since we always...
2009-10-01  Alexandre Julliardversion: Moved GetFileResourceSize16/GetFileResource16...
2009-10-01  Alexandre Julliardversion: Abstract resource finding into a common function.
2009-01-13  Michael Stefaniucversion: Remove superfluous pointer casts.
2009-01-08  Alexandre Julliardversion: Avoid pointer casts in a trace.
2008-11-26  Huw Daviesversion: Fixed comments.
2007-10-16  Bang Jun-youngversion: Use the official NT macro rather than obsolete...
2007-08-30  Steven EdwardsRemove more unneeded wine 16bit header usage.
2007-05-21  Andrew Talbotversion: Exclude unused headers.
2006-10-09  Michael Stefaniucversion: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-08-23  Mike McCormackFix gcc 4.0 warnings.
2004-11-30  Eric PouechConst correctness fixes.
2003-11-27  Alexandre JulliardPorting fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-30  Steven EdwardsFix for building lzexpand with Mingw or MS_VC++ includes
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-01-02  Andreas MohrCode was checking for 0 or HFILE_ERROR instead of negat...
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
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-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
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.