https://bugs.winehq.org/show_bug.cgi?id=18347
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Vincent Povirk from comment #3)
There's a bit of additional difficulty in stubbing GdipImageSetAbort. The GdiplusAbort type is defined as a struct containing a single virtual method. Someone will have to translate that into C before we can use the type.
Doesn't matter for now as I added it as generic structure pointer. Can someone please test if a5ab896abd27fcd367948b4716523c607997ff87 is enough?