atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / comcat / comcat_main.c
2012-11-12  Nikolay Sivovcomcat: Cleanup from unused includes and imports.
2008-10-11  Alexandre Julliardcomcat: Moved all the implementation to ole32 where...
2008-10-11  Alexandre Julliardcomcat: Simplify the class factory implementation and...
2008-10-11  Alexandre Julliardcomcat: Moved dll registration to ole32.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2004-11-30  Jon GriffithsEnsure DllCanUnloadNow is a truly void function, and...
2003-01-11  John K. HohmReimplemented DllRegisterServer and DllUnregisterServer...
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-06-13  John K. HohmCompleted implementation of comcat.dll, incl. Dll[Un...
2002-05-14  John K. HohmAdded comcat.dll with factory and manager but E_NOTIMPL...