dmd/druntime/test/importc_compare
Paul Backus 5fc114165d
Fix importc_compare test on Windows (#20922)
MSVC does not support C11 atomics, but it still provides a "stub"
version of stdatomic.h, which aborts compilation with an #error
directive when included.

To avoid this error, explicitly set the C standard to C11 when invoking
the C preprocessor on Windows, and check for the C11 macro
__STDC_NO_ATOMICS__ before including stdatomic.h.
2025-02-27 20:15:31 +01:00
..
src Fix importc_compare test on Windows (#20922) 2025-02-27 20:15:31 +01:00
Makefile Fix importc_compare test on Windows (#20922) 2025-02-27 20:15:31 +01:00