Skip to content

Commit d3f0658

Browse files
authored
restore version LDC_Windows after refactoring (#4836)
1 parent 45670c2 commit d3f0658

File tree

1 file changed

+3
-0
lines changed
  • runtime/druntime/src/core/thread

1 file changed

+3
-0
lines changed

runtime/druntime/src/core/thread/fiber.d

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ version (Windows)
6464
import core.stdc.stdlib : malloc, free;
6565
import core.sys.windows.winbase;
6666
import core.sys.windows.winnt;
67+
68+
version (LDC)
69+
version = LDC_Windows;
6770
}
6871

6972
private

0 commit comments

Comments
 (0)