diff --git a/runtime/druntime/src/core/thread/fiber.d b/runtime/druntime/src/core/thread/fiber.d index 1f2ed97b63..03c122f86d 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