- got rid of all the internal MM tweaks to load builtin MCI
commit281c927317c27306e13117f8282bced8752ef708
authorEric Pouech <Eric.Pouech@wanadoo.fr>
Sun, 2 May 1999 10:21:49 +0000 (2 10:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 2 May 1999 10:21:49 +0000 (2 10:21 +0000)
treedbc918ed2c08808e296b101d229a4a50561ae7dd
parent4f6d7f38dcd9874222352afccc0df098baa2c708
- got rid of all the internal MM tweaks to load builtin MCI
  drivers. They are all seen as drivers, loaded as DLLs and standard
  module loadorder is used to know which type to use (builtin vs
  native).
- first full working implementation of mmThread??? functions (to
  support gracefully native MCI drivers).
- support of mmShowMMCPLPropertySheet.
- fix of some heap validate bugs (thanks to Ulrich for reporting them).
24 files changed:
documentation/status/multimedia
if1632/mmsystem.spec
include/multimedia.h
loader/main.c
multimedia/audio.c
multimedia/init.c
multimedia/mci.c
multimedia/mcianim.c
multimedia/mciavi.c
multimedia/mcicda.c
multimedia/mcimidi.c
multimedia/mcistring.c
multimedia/mciwave.c
multimedia/mmsystem.c
relay32/.cvsignore
relay32/Makefile.in
relay32/builtin32.c
relay32/mcianim.spec [new file with mode: 0644]
relay32/mciavi.spec [new file with mode: 0644]
relay32/mcicda.spec [new file with mode: 0644]
relay32/mciseq.spec [new file with mode: 0644]
relay32/mciwave.spec [new file with mode: 0644]
relay32/winmm.spec
wine.ini