Make hex digits static const & share them.
[wine] / dlls / winmm / mmio.c
2002-08-09  Michael StefaniucConvert HMMIO to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Johan Gilllpmmioinfo can sometimes, proven in the read case,...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-21  Eric PouechFixed another bunch of bugs (mainly linked to operation...
2001-12-04  Eric PouechFixed bugs in output functions (write).
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-09  Andreas MohrSpelling fixes.
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-19  Eric PouechFixed bugs in output functions (ascend, createChunk).
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-02-12  Andreas MohrMake MMIO_Open work with NULL filename again.
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-27  Alexandre JulliardFixed SEGPTR_GET usage.
2000-10-02  Francois JacquesBug fixes in mmio, related to buffering in record mode.
2000-07-23  Eric PouechFixed first seek on MEM mmio files.
2000-06-25  Eric PouechSeveral fixes spotted by Corel (Jean-Claude Batista...
2000-04-11  Noomen HamzaFixed other bugs within MMIO implementation. Now, it...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-04  Noomen HamzaFixed two small bugs within MMIO_InstallIOProc and...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-19  Eric PouechFixed segmented/linear buffers manipulation.
2000-03-07  Ulrich CzekallaCheck for existence if MMIO_EXIST is passed to MMIO_Open.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-04  Bradley BaetzConvert mmio to allow the use of 32 bit mmio procedures.
1999-12-08  Bradley Baetz- Fix MMIO_{Open,Rename} to check the filename (of...
1999-11-14  Eric PouechThe adwInfo[0] field was no longer used on mmioOpen...
1999-10-31  Ulrich CzekallaAdded support for the addition and removal of custom...
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.