On Tue, Mar 29, 2011 at 12:40 PM, NuMPTy_87 <wineforum-user@xxxxxxxxxx> wrote: > dumb question, but how would one do that? > If you have the patch file you should be able to do: [code] cd <path to source files> patch -p1 -R < {patch file} [/code] <path to source files> is the directory where you retrieved Wine source code to. {patch file} is the path and file name for the patch you say you applied to the Wine source code. This should run with no errors. James McKenzie