From b10c17aae30c5571a8ea0b437675caa43d95b8e9 Mon Sep 17 00:00:00 2001 From: Rainer Date: Sun, 9 Feb 2025 16:17:20 +0100 Subject: [PATCH] restore version LDC_Windows after refactoring --- runtime/druntime/src/core/thread/fiber.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/druntime/src/core/thread/fiber.d b/runtime/druntime/src/core/thread/fiber.d index 1f2ed97b634..03c122f86d0 100644 --- a/runtime/druntime/src/core/thread/fiber.d +++ b/runtime/druntime/src/core/thread/fiber.d @@ -64,6 +64,9 @@ version (Windows) import core.stdc.stdlib : malloc, free; import core.sys.windows.winbase; import core.sys.windows.winnt; + + version (LDC) + version = LDC_Windows; } private