18 Feb
2009
18 Feb
'09
4:15 p.m.
Module: wine Branch: master Commit: a6f512ffc64fca2267c88a3e3d44aa72213a2816 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a6f512ffc64fca2267c88a3e3d... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Tue Feb 17 22:05:24 2009 +0100 msacm32: Split out the 16bit parts of the private header. --- dlls/msacm32/msacm_main.c | 2 +- dlls/msacm32/wineacm.h | 261 ----------------------------------------- dlls/msacm32/wineacm16.h | 282 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 283 insertions(+), 262 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a6f512ffc64fca2267c88a...