On 6/11/11 6:57 AM, etwineb wrote:
Code: patch -p0 patchname.diff
No. The command is [code] patch -p0 < patchname.diff [/code] However, most Wine patches are written using git which will require [code] patch -p1 < patchname.diff [/code]as the files are listed as a/dlls/.... and b/dlls/.... in git difference file format.