- MCI_SAVE should overwrite its destination file.
[wine] / dlls / winmm / mci.c
2001-01-28  Eric PouechFixed some mci string parsing issues.
2000-12-16  Eric PouechFixed loading of 16 bit MCI drivers (for command tables).
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...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-08  Bradley BaetzHandle mciSendString("open <mcitype>",...)
2000-04-29  Eric PouechFixed bug when file doesn't exist in MCI_OPEN handling.
2000-02-20  Eric PouechGot rid of PROFILE_ functions, now accessing Wine confi...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-14  Eric Pouech- fixed crash on mci channel tracing
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
1999-12-05  Eric PouechFixed MCI_OPEN command for types like "CDAUDIO!H:".
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.