https://bugs.winehq.org/show_bug.cgi?id=29582
--- Comment #20 from Joe thorpejoe4@gmail.com --- (In reply to Joe from comment #19)
I've been trying to compile wine with the patch for wine 1.7.37 for many hours now. Despite a lot of research, i've only managed to apply the patch (well, i think i did). But then i compiled (./configure && make) and just encountered errors.
I don't think diagnosing the errors is the solution here, because there's probably a bunch of things i did incorrectly. So what should the process be?
Also, what's happening with this patch? In terms of progress.
To add to that. This is on OSX, so perhaps the patch is for linux only?
Also my method for getting a patch file was: 1: copy the text from the attachment in #15 into a text document 2: save as focus_new.patch 3) copy to ~/wine-git/dlls/user32 4) rename to focus_new.c 5) diff -u focus.c focus_new.c > focus.c