quartz: Fix deadlock with transform filter.
[wine] / dlls / quartz / systemclock.c
2008-01-17  Andrew Talbotquartz: Remove unneeded casts.
2007-12-13  Lei Zhangquartz: Set *ppvObject to NULL if QueryInterface fails.
2007-08-13  Alex Villacís Lassoquartz: Fix IReferenceClock::GetTime() implementation...
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-03-12  Jan Zerebeckiquartz: Add DebugInfo to critical sections.
2007-03-08  Chris Robinsonquartz: Use proper alloc/free functions for COM objects.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-08-18  Stefan Leichterquartz: Print 64bit integers with wine_dbgstr_longlong.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2004-12-16  Christian CostaMany fixes to the system clock implementation.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-08  Christian CostaAllocate the proper size for the SystemClock object.
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
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.
2004-05-05  Raphael JunqueiraImplemented SystemClock (IReferenceClock by dshow).