http://bugs.winehq.org/show_bug.cgi?id=6505
------- Additional Comments From hverbeet@gmail.com 2006-04-11 14:01 -------
+FIXME("Before resourceList->next\n"); resourceList = resourceList->next; +FIXME("After resourceList->next\n");
Well, I was thinking more something along the lines of: FIXME("resourceList %p\n", resourceList); right at the start of the while loop. Basically see if there's anything recognisable in there.