mingw-w64/mingw-w64-libraries
Antonin Décimo 29def8832e winpthreads: Replace GCC's __sync comparisons with WinAPI functions
Legacy `__sync_*` GCC built-in functions for memory access [1] are
deprecated and MSVC doesn't provide them.
Consequently, use Windows' Interlocked Variable Access [2] functions
instead.

[1]: https://gcc.gnu.org/onlinedocs/gcc/_005f_005fsync-Builtins.html
[2]: https://learn.microsoft.com/en-us/windows/win32/sync/interlocked-variable-access

Signed-off-by: Antonin Décimo <antonin@tarides.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
2024-02-08 23:13:14 +02:00
..
libmangle Regenerate configure with autoconf 2.72 2024-01-09 22:26:23 +08:00
pseh Regenerate configure with autoconf 2.72 2024-01-09 22:26:23 +08:00
winpthreads winpthreads: Replace GCC's __sync comparisons with WinAPI functions 2024-02-08 23:13:14 +02:00
winstorecompat Revert commit f86c3e7bbd 2023-10-27 21:02:54 +03:00