Update the address of the Free Software Foundation.
[wine] / dlls / winmm / driver.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Dmitry Timoshkovwinmm: Protect drivers list by a critical section.
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-05  Eric Pouechwinmm: driver unloading.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-08  Alexandre JulliardAvoid 'clobbered by longjmp' warnings.
2005-07-15  Eric PouechGet rid of HeapValidate as it's not properly handled...
2005-03-21  Filip NavaraSpecify correct buffer size in GetPrivateProfileStringW...
2005-03-11  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-19  Vincent BéronFix various function prototypes.
2004-06-30  Dimitrie O. PaunLookup driver information in registry and system.ini.
2004-01-01  Dmitry TimoshkovUse correct pointer to an internal driver description.
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-09-15  Eric Pouech- Moved Wine extension to get DSound interface from...
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric PouechAll driver functions are now properly separated.
2002-10-29  Eric PouechNow only storing thread id for mci tasks (16 bit htask...
2002-10-28  Eric PouechMove driver message mapping out of 32 bit code.
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-11  Eric PouechCreated session instance for installable drivers.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-10  Eric PouechFix potential memory issue.
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-01-17  Andreas MohrCosmetics.
2001-01-05  François GougetWe must cast the return value of GetProcAddress.
2000-12-21  Eric PouechCleaned up the code a bit.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...