wininet: Fix InternetGetCookie with no matching cookies.
[wine] / dlls / msacm / internal.c
2006-01-18  Alex Villacís Lassomsacm: acmDriverAdd() support for ACM_DRIVERADDF_FUNCTI...
2006-01-18  Alex Villacís Lassomsacm: acmDriverAdd[AW] support for ACM_DRIVERADDF_NOTI...
2006-01-18  Alex Villacís LassoMSACM: acmDriverAddW skeleton, implementation of ACM_DR...
2006-01-18  Alex Villacís Lassomsacm: Implement acmDriverPriority with driver priority...
2006-01-18  Alex Villacís Lassomsacm: Implement honouring of driver priority and enabl...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-30  Dimitrie O. PaunLook up driver info in the registry as well as in syste...
2004-04-20  Francois GougetMake static Unicode strings const.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-10-22  Michael StefaniucCompile the msacm dll with STRICT defined.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-08  Eric PouechFixed bug in cache init.
2001-05-22  Eric PouechMimic more closely Windows' behavior (a MSACM driver...
2001-04-23  Eric PouechAdded cache for drivers information.
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-10-12  Eric PouechAdded PCM converter internal driver.
2000-10-02  James HathewaySilence unneeded exception to allow easier ACM debugging.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-26  Eric PouechImplemented most of '*Format*' API.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-24  Alexandre JulliardMerged msacm and msacm32 dlls.