CDC fixes for Windows.
This commit is contained in:
parent
242960e927
commit
7673281ae4
4
cdc.d
4
cdc.d
|
@ -92,6 +92,8 @@
|
|||
*/
|
||||
|
||||
|
||||
import core.stdc.stdlib;
|
||||
|
||||
import std.algorithm;
|
||||
import std.array;
|
||||
import std.exception;
|
||||
|
@ -103,6 +105,8 @@ import std.range;
|
|||
import std.string;
|
||||
import std.stdio : writeln;
|
||||
|
||||
alias std.process.system system;
|
||||
|
||||
|
||||
///Name of the default compiler, which is the compiler used to build cdc.
|
||||
version(DigitalMars){string compiler = "dmd";}
|
||||
|
|
Loading…
Reference in a new issue