Moved ICOM_THIS_MULTI definition out of objbase.h and into the files
[wine] / dlls / comcat / information.c
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-06-13  John K. HohmCompleted implementation of comcat.dll, incl. Dll[Un...
2002-06-02  John K. HohmComplete ICatInformation implementation.
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-19  John K. HohmMore comcat.dll implementation, swprintf fix, winerror...
2002-05-14  John K. HohmAdded comcat.dll with factory and manager but E_NOTIMPL...