http://bugs.winehq.org/show_bug.cgi?id=17195
--- Comment #133 from Jonny Barnes jonnybarnes@gmail.com 2013-03-30 12:46:40 CDT --- (In reply to comment #132)
If that's the only problem, you can just increment the server protocol by hand with a text editor.
Looking at the latest git source, that line is now
#define SERVER_PROTOCOL_VERSION 440
should I change that to 437 to match the patch file, or edit the patch file to change 440 to 441 or what? I have no idea what SERVER_PROTOCOL_VERSION does.