Moved server.h to include/wine.
[wine] / dlls / msacm /
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Dmitry TimoshkovProtect against a driver misconfiguration.
2001-06-11  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-22  Eric PouechMimic more closely Windows' behavior (a MSACM driver...
2001-04-23  Eric PouechAdded cache for drivers information.
2001-04-18  James HathewayAdd \n to FIXME call in acmGetVersion to prevent overfl...
2001-04-13  Eric PouechA few fixes.
2001-04-13  Eric PouechFixed opening of some drivers.
2001-02-21  Alexandre JulliardRemoved some unnecessary ordinals.
2001-02-12  Patrik StridvallFixed some issues found by winapi_check.
2001-02-12  James HathewayacmDriverEnumW shouldn't return MMSYSERR_ERROR if
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-06  Eric PouechForced loading of msacm32 when msacm is loaded.
2001-01-04  Eric PouechAdded a few missing parts.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-22  Eric PouechAdded more conversion routines (rate conversion is...
2000-10-12  Eric PouechAdded PCM converter internal driver.
2000-10-02  James HathewaySilence unneeded exception to allow easier ACM debugging.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-09  Eric PouechAdded *Filter* functions.
2000-08-26  Eric PouechImplemented most of '*Format*' API.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-24  Alexandre JulliardMerged msacm and msacm32 dlls.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
1999-08-15  Ulrich WeigandAdapted to glue code generation changes.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Bertho StultiensChange a couple of names that would conflict after...
1998-10-11  Patrik StridvallStarted the implementation of MSACM.DLL and MSACM32...