19 Oct
2009
19 Oct
'09
2:56 p.m.
Module: wine Branch: master Commit: 4633822cdf093d270ef768b792dd8fe58f6f3004 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4633822cdf093d270ef768b792... Author: Eric Pouech <eric.pouech(a)orange.fr> Date: Sat Oct 17 12:04:57 2009 +0200 mmsystem: Move the 16-bit MCI functions to a new mci16.c file. --- dlls/winmm/Makefile.in | 1 + dlls/winmm/mci16.c | 196 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/winmm/mmsystem.c | 156 -------------------------------------- 3 files changed, 197 insertions(+), 156 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4633822cdf093d270ef768...