http://bugs.winehq.org/show_bug.cgi?id=6171
------- Additional Comments From ead1234@hotmail.com 2006-01-10 10:50 ------- no, it doesn't fix the problem.
Does the for loop "for(i=0; i<msihandletable_size; i++)" execute the entire block of code below it that uses the i variable initialized in the loop? Or does it only execute the line directly below it without using brackets to group the statements after the loop?