atl: Remove dead store (llvm/clang).
[wine] / dlls / atl / registrar.c
2008-11-21  Ricardo Filipeatl: Remove dead store (llvm/clang).
2008-05-07  Aleksey Braginatl: Remove freeing of an invalid pointer.
2007-08-23  Paul Vriensatl: Replace SHDeleteKeyW with RegDeleteTreeW and get...
2007-04-03  Andrew Talbotatl: Constify some variables.
2007-03-21  Rob Shearmanatl: Add support for the registrar parameter of AtlModu...
2007-03-21  Rob Shearmanatl: Add support for the pMapEntries parameter to AtlMo...
2007-03-07  Jacek Cabanatl: Compare file handle to INVALID_HANDLE_VALUE to...
2007-02-13  Michael Stefaniucatl: Fix a comparison between signed and unsigned.
2006-12-14  Dmitry Timoshkovatl: Make some data const.
2006-12-05  Andrew Talbotatl: Change storage class of dll_count to static.
2006-10-18  Andrew Talbotatl: Cast-qual warnings fix.
2006-10-07  Michael Stefaniucatl: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-18  Jacek CabanFix parsing '{' char.
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-02  Stefan LeichterFixed id of the REGISTRY resource.
2005-08-22  Kevin KoltzauFix 'cast to pointer from integer of different size...
2005-08-22  Stefan LeichterPrint something useful in trace and fixme.
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Stefan LeichterBasic implementation of AtlModuleUpdateRegistryFromReso...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-03-21  Jacek CabanKey words and replacements are case insensitive.
2005-03-19  Jacek CabanAdded implementation of File[Un]Register and Resource...
2005-03-18  Jacek CabanKeys may have only one of attributes.
2005-03-17  Jacek CabanAdded implementation of DllCanUnloadNow.
2005-03-16  Jacek CabanUse ATLRegistrar to register atl.dll.
2005-03-14  Jacek CabanAdded implementation of ATLRegistrar.