- renamed winmm.OpenDriverW into winmm.OpenDriver
commit5061d3a21d2b1955d6f0c6725cffa1e5c8afa0d0
authorEric Pouech <pouech-eric@wanadoo.fr>
Wed, 2 Jul 2003 00:40:14 +0000 (2 00:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Jul 2003 00:40:14 +0000 (2 00:40 +0000)
tree0e24c97bbaf65f2c51c2a71504e961b41961bf3b
parent8ac6d20d1b8aff6205d4b47a28858bac654ce9fb
- renamed winmm.OpenDriverW into winmm.OpenDriver
- replaced all inter-DLL calls (msacm and msvideo) to OpenDriverA with
  OpenDriver (unicode form)
- as a consequence, driver name handling in msacm is now mostly
  unicode
- moved UserYield16 and UnMapLS call out of the 32bit part of winmm
dlls/msacm/driver.c
dlls/msacm/internal.c
dlls/msacm/stream.c
dlls/msacm/wineacm.h
dlls/msvideo/msvideo_main.c
dlls/winmm/mmio.c
dlls/winmm/mmsystem.c
dlls/winmm/winmm.c
include/mmsystem.h