wbemprox: Always convert from BSTR.
[wine] / tools / winebuild / res32.c
2011-07-04  André Hentschelwinebuild: Remove dead code (clang).
2011-06-14  Marcus Meissnerwinebuild: Avoid a superflous null check (Coverity).
2010-12-28  Alexandre Julliardwinebuild: Allow duplicate resources with different...
2010-08-02  Alexandre Julliardwinebuild: Add a spawn() helper function to avoid start...
2010-07-20  Alexandre Julliardwinebuild: Add more checks to protect against corrupted...
2009-12-30  Alexandre Julliardwinebuild: Simplify the code for finding the various...
2009-08-14  Alexandre Julliardwinebuild: Add support for creating a fake dll at compi...
2009-08-14  Alexandre Julliardwinebuild: Compute the resource offsets while building...
2009-08-14  Alexandre Julliardwinebuild: Add helper functions for writing binary...
2009-08-14  Alexandre Julliardwinebuild: Add helper functions for reading binary...
2009-07-09  Alexandre Julliardwinebuild: Dump resource data as dwords to reduce the...
2009-06-26  Stefan Dösingerwinebuild: Open resource files in binary mode.
2009-06-23  Alexandre Julliardwinebuild: Enforce header size alignment when outputtin...
2009-06-22  Alexandre Julliardwinebuild: Add possibility to generate a global resourc...
2009-06-02  Alexandre Julliardwinebuild: Add detection of duplicate resources.
2009-06-02  Alexandre Julliardwinebuild: Add a --resources mode that compiles multipl...
2009-04-09  Alexandre Julliardwinebuild: Don't include any Windows header to avoid...
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.