Can someone tell me how to apply this to my git copy of wine please? This would help a lot with my debugging...
Thanks
Kapila
On Thu, Mar 15, 2007 at 11:08:49AM +0000, Kapila De Silva wrote:
Can someone tell me how to apply this to my git copy of wine please? This would help a lot with my debugging...
I have that in a slightly modified form in my hacks git repository, please read the Changelog for that patch to see how it works.
git fetch git://repo.or.cz/wine/hacks.git master:hacks git checkout hacks
Or you can just pick the specific patch from that branch. See http://repo.or.cz/w/wine/hacks.git for the git webinterface to that repository.
Jan