https://bugs.winehq.org/show_bug.cgi?id=44504
--- Comment #15 from Paul hxerswinagain@gmail.com --- (In reply to Henri Verbeet from comment #14)
(In reply to Zebediah Figura from comment #13)
You have to use `patch < diff.file`, with the left angle bracket. 'patch' reads from stdin, not its first argument.
Actually, I'd recommend against using "patch" with git, and instead recommend using "git apply".
Oh well, when you've put it that way... :) Yeah I've built in attached-# 60748 patch just now and it appears to have resolved all complaints. Looking good!