Module: wine Branch: master Commit: 22daf0e2164be5531d4e3770ea4d2732018ee97c URL: http://source.winehq.org/git/wine.git/?a=commit;h=22daf0e2164be5531d4e3770ea...
Author: Eric Pouech eric.pouech@orange.fr Date: Tue Oct 20 21:54:59 2009 +0200
winmm: Move the 16=>32W MCI map functions to mci16.c.
---
dlls/winmm/mci16.c | 408 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/winmm/message16.c | 319 ------------------------------------- dlls/winmm/winemm16.h | 3 - 3 files changed, 408 insertions(+), 322 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=22daf0e2164be5531d4e37...