http://bugs.winehq.org/show_bug.cgi?id=16526
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2009-08-13 16:56:40 --- Mike, any attempt at submitting your fix again? You can use heap_strdupW rather than WININET_strdupW, and probably in place of WININET_strndupW as well as long as you replace the backslash with a NULL in the returned string. And, you'll want to remove todo_wine from any tests that pass as a result of your patch.