wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / comcat / information.c
2007-07-23  Andrew Talbotcomcat: Cast-qual warning fix.
2007-04-03  Andrew Talbotcomcat: Constify some variables.
2007-03-17  Andrew Talbotcomcat: Declare some variables static and const.
2006-10-04  Michael Stefaniuccomcat: Win64 printf format warning fixes.
2006-07-17  Aric Stewartcomcat: cImplemented or cRequired of -1 means to match...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-01-10  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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...