http://bugs.winehq.org/show_bug.cgi?id=14762
--- Comment #41 from H. Verbeet hverbeet@gmail.com 2008-12-04 12:41:08 ---
if(prog->rectFixup_location[i]) {
You need to test against -1 instead of 0 there. For the rest the changes look correct. You need to actually use the fixup as well of course, which will probably be a bit more interesting.