http://bugs.winehq.org/show_bug.cgi?id=33281
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2013-04-11 15:53:13 CDT --- (In reply to comment #0)
Bioshock Infinite fails to use TaskDialogIndirect from comctl32, because in it's imports table there are by ordinal and by name function link. I think wine tries to resolve it by ordinal (345), and fails, because our comctl32 does not have this ordinal link (and as far as I looked windows' neither has it too)
How did you get all that information? I don't see anything obviously related to that in this log.
This bug is not same as #24580.