Alexandre Julliard pushed to branch master at wine / wine
Commits: 2c80dd4b by Jacek Caban at 2025-07-01T21:47:38+02:00 dmime/tests: Use ceil instead of round.
round is not available in msvcrt.dll. While it’s typically handled via a compiler builtin, that’s not the case with Clang when -ffp-exception-behavior=maytrap is used.
- - - - - 9195d892 by Jacek Caban at 2025-07-01T21:47:38+02:00 configure: Build PEs with -ffp-exception-behavior=maytrap.
Fixes gdiplus tests in Clang build.
- - - - -
3 changed files:
- configure - configure.ac - dlls/dmime/tests/dmime.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/81512bb2fbf1b32e6462d79030b31e...