15 Oct
2009
15 Oct
'09
2:54 p.m.
Module: wine Branch: master Commit: f4c561746c577912181ebaef83105709c6e61147 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f4c561746c577912181ebaef83... Author: Eric Pouech <eric.pouech(a)orange.fr> Date: Wed Oct 14 21:55:57 2009 +0200 mmsystem: Move the 16bit mmio code into a dedicated file (mmio16.c). --- dlls/winmm/Makefile.in | 1 + dlls/winmm/mmio16.c | 449 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/winmm/mmsystem.c | 411 +------------------------------------------- 3 files changed, 451 insertions(+), 410 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f4c561746c577912181eba...