http://bugs.winehq.org/show_bug.cgi?id=6086
------- Additional Comments From lhouk@lesliehouk.com 2006-27-09 11:46 -------
Command to apply new patches:
$ cat new_style_patch.diff | patch -p1
To do that right you should be already in a directory containing Wine source.
Sounds simple enough. I assume you do this _before_ you compile and link, rather than after, right? So you are modifying the source, rather than the executable?