CDC fixes for Windows.

This commit is contained in:
Ferdinand Majerech 2012-01-24 11:23:06 +01:00
parent 242960e927
commit 7673281ae4

4
cdc.d
View file

@ -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";}