http://bugs.winehq.org/show_bug.cgi?id=9787
--- Comment #111 from Andrey Turkin andrey.turkin@gmail.com 2008-01-04 08:05:04 --- (In reply to comment #110)
Will this patch be included in 9.53?
Very unlikely. I'm not going to send this patch as is, instead it has to be splitted into several patches, some of them are somehow objectionable (I'll have to confirm they do right thing), some of the patch should be tested/improved, and some part should be done differently.
Btw. I'm a noob, but plx: do I have to patch the source and compile or can I patch the installed wine? Which comand does the job? patch or diff ?? Sry for that interrupt..
Yes, as all other Wine patches, this one should be applied to the source (cd wine-source-dir && patch -Np1 < /patch/filename && tools/make_requests)