- Jan 03, 2025
-
-
Alexandre Julliard authored
And revert the corresponding test changes from 9d34c44d. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57333
-
- Dec 19, 2024
-
-
The preprocessor condition to cover pre-2013 VisualStudio related to C99 support actually also admitted current versions of GCC and breaks GCC in C23 mode. Address this by dropping the complicated checks and assuming a modern toolchain, simply including <stdbool.h>.
-
- Nov 28, 2024
-
-
Alexandre Julliard authored
-
- Nov 13, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Oct 25, 2024
-
-
- Oct 22, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Oct 17, 2024
-
-
Alexandre Julliard authored
-
- Oct 15, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Oct 14, 2024
-
-
musl itself expects to be configured to compile with either -ffloat-store or -fexcess-precision=standard - but when imported into Wine, those flags aren't used. This seems to be essential for getting reasonable precision from some math functions such as exp2() - without the expected precision truncation, the output value of exp2() can be off by as much as 0.2% in some cases. As Wine doesn't build the musl sources with those flags, use volatile to force storing/reloading floats in order to limit their intermediate precision, as musl expects. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56372
-
- Oct 12, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Sep 02, 2024
-
-
Alexandre Julliard authored
-
- Jun 02, 2024
-
-
Alexandre Julliard authored
-
- May 30, 2024
-
-
Alexandre Julliard authored
-
- May 03, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Mar 19, 2024
-
-
strmbase: Fallback to InitializeCriticalSection() if RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO is unsupported.
-
- Mar 06, 2024
-
-
Alexandre Julliard authored
-
- Feb 22, 2024
-
-
- Feb 17, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
With headers from Zycore version 1.5.0.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Feb 15, 2024
-
-