wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / dplayx / dplobby.c
2008-05-22  Andrew Talbotdplayx: Remove unneeded "extern" from function definitions.
2008-04-02  Austin EnglishSpelling fixes.
2008-03-29  Andrew Talbotdplayx: Assign to structs instead of using CopyMemory.
2008-02-21  Rob Shearmandplayx: Fix incorrect check in DirectPlayLobbyAImpl_Enu...
2008-01-02  Andrew Talbotdplayx: Remove unneeded casts.
2007-07-20  Andrew Talbotdplayx: Cast-qual warning fix.
2007-03-08  Jan Zerebeckidplayx: Add DebugInfo to critical sections.
2007-01-08  Andrew Talbotdplayx: Declare some functions static.
2006-10-10  Michael Stefaniucdplayx: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-09  Raphael JunqueiraAvoid ConvertToGlobalHandle calls.
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-11-30  Eric PouechConst correctness fixes.
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.
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-29  Tom WicklineRemove obsolete information.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-02-12  Michael StefaniucAdded some missing LeaveCriticalSection's.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-10-23  Michael StefaniucCompile the dplayx dll with STRICT defined.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-10-19  Peter Hunnisett- Add proper message reply mechanism and sp player...
2000-09-26  Peter Hunnisett- Remove winmm hack in dplay code
2000-08-26  Alexandre JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-25  Peter Hunnisett- Implemented loading and initialization of service...
2000-07-10  Peter Hunnisett- Make ref counting a little more efficient
2000-05-30  Peter Hunnisett- Added a little more dll level debugging and small...
2000-03-12  Peter Hunnisett- Make registry usage a little more correct and modern
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-25  Peter Hunnisett- Added global data mutual exclusion
1999-11-04  Peter Hunnisett- Added dplayx LibMain for initialization of all dplayx...
1999-10-25  Francois GougetAdded two macros, ICOM_VFIELD and ICOM_VTBL, so that...
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...