wined3d: UBYTE4 data shouldn't be normalized.
[wine] / tools / winebuild / res32.c
2007-03-17  Andrew Talbotwinebuild: Replace inline static with static inline.
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-06-13  Alexandre Julliardwinebuild: Fix a few printf format warnings by casting...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-21  Alexandre JulliardFactor out a couple of useful helper functions.
2005-09-17  Alexandre JulliardStore RVAs instead of pointers wherever possible in...
2005-09-15  Alexandre JulliardNow that everything is done in assembly in the spec...
2005-09-15  Alexandre JulliardOutput the resource data in assembly too.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-07  Alexandre JulliardGenerate the NT header in assembly instead of using...
2005-08-10  Alexandre JulliardByteswap the resources if we detect that the header...
2005-07-10  Marcus MeissnerFixed signedness warnings.
2005-06-05  Alexandre JulliardGenerate the resource data directly inside the resource...
2005-03-18  Jon Griffiths-Wunsigned fixes.
2004-09-07  Alexandre JulliardFill in the proper offsets in the resource directory...
2004-05-18  Eric Pouech- added size information about most of the generated...
2004-02-11  Alexandre JulliardStore all information about the current dll in a struct...
2003-09-19  Richard CohenAdd printf format attributes & fix the warnings.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-21  Alexandre JulliardResource names don't need a case-sensitive comparison...
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2000-11-25  Hidenori TakeshimaAdded checking for mmap.
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-24  David ElliottFixed OFFSETOF macro definition for gcc 2.96.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.