https://bugs.winehq.org/show_bug.cgi?id=57782
--- Comment #2 from Piotr Caban piotr.caban@gmail.com --- In case of monitor_get_dpi it should be possible to avoid the problem with MulDiv function.
Next problem is in GdipInvertMatrix. In this case code generated by Clang also throws EM_INVALID exception. I have worked around it with a hack and all the remaining tests passed. So these seems to be the only 2 functions that are affected.
Probably the next step is to determine if compiler is correct creating code that can emit such exception.