http://bugs.winehq.org/show_bug.cgi?id=13643
--- Comment #18 from James Hawkins truiken@gmail.com 2008-06-14 12:49:36 --- (In reply to comment #17)
PS. If I may comment, the proposed solution looks ugly as you're repeating the variable initialisation explicitly. A nicer solution would be to have a simple function that resets vp_data to "known, good values" (e.g., dwX to 10, dvMaxX to 256), which the individual tests can further modify.
It's just a quick test to see if it works :-)