12 Jul
2011
12 Jul
'11
1:47 p.m.
Module: wine Branch: master Commit: be158e48ad8ee556941bd3f1ff94ca7116680d00 URL: http://source.winehq.org/git/wine.git/?a=commit;h=be158e48ad8ee556941bd3f1ff... Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Mon Jul 11 08:28:30 2011 -0500 winmm: Implement waveOut* on top of MMDevAPI. --- dlls/winmm/Makefile.in | 2 +- dlls/winmm/waveform.c | 2142 +++++++++++++++++++++++++++++++++++++++++++++--- dlls/winmm/winemm.h | 2 + dlls/winmm/winmm.c | 2 +- 4 files changed, 2042 insertions(+), 106 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=be158e48ad8ee556941bd3...