http://bugs.winehq.org/show_bug.cgi?id=15734
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2008-10-23 15:07:32 --- Created an attachment (id=16828) --> (http://bugs.winehq.org/attachment.cgi?id=16828) wininet: Add an exception handler in HttpOpenRequestA to protect against invalid accept type pointers.
This app passes an invalid pointer with the high word set, so we do need an exception handler. Here's a patch.