http://bugs.winehq.org/show_bug.cgi?id=17397
--- Comment #9 from Synthuir wsynthuir@gmail.com 2009-03-16 21:04:21 --- I appreciate your helpful comments, however an error is returned when attempting to compile Wine with the patch:
walter@walter-desktop-ubuntu:~/.wine$ patch -p0 <../winepatch1.diff can't find file to patch at input line 14 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |commit 5159838b4719efa02673f1057e6c2369cf4b37b8 |Author: William Waghorn willw@litany.me.uk |Date: Tue Feb 17 21:33:01 2009 -0800 | | msadp32: Must refuse unknown destination format hint | | ADPCM_FormatSuggest must check that destination format hint is | WAVE_FORMAT_PCM or WAVE_FORMAT_ADPCM. | |diff --git a/dlls/msadp32.acm/msadp32.c b/dlls/msadp32.acm/msadp32.c |index 7a66207..dcc086c 100644 |--- a/dlls/msadp32.acm/msadp32.c |+++ b/dlls/msadp32.acm/msadp32.c --------------------------