Assorted spelling fixes.
[wine] / dlls / dplayx / dplobby.c
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...