atl: Fix incorrect prototypes.
[wine] / dlls / atl / registrar.c
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.