Replace 16-bit calls in DefWindowProc by 32-bit, preferring unicode
[wine] / dlls / winmm / mmio.c
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.