http://bugs.winehq.org/show_bug.cgi?id=20395
--- Comment #66 from Vincas Miliūnas vincas.miliunas@gmail.com 2011-10-18 05:40:34 CDT --- (In reply to comment #64)
Thank you Vincas Miliūnas for persistent and patience with me.
No need to thank me, just informing people how to get raw input working in WINE.
Before, I rebuild Wine with only "git diff | patch -Rp1" and "git checkout -f && git fetch && git rebase origin" and this obviously wasn't enough.
There are two new files (raw_input.c/.h) being added by the patch, to remove them you also need to add command git clean -f.
Only thing left, is I need to do "git reset --hard origin/master" and "git reset --hard HEAD" or are thous somewhat redundant?
Yes, they to the same thing, just origin/master is explicit, while HEAD assumes the master tree to be the current one.