Re: D Windows support

2010-06-16 Thread Steven Schveighoffer
On Wed, 16 Jun 2010 13:03:09 -0400, Steven Schveighoffer wrote: I'm running into some issues while trying to make portable code for Phobos. One of the issues is the open system call. Apparently, it's defined in core.sys.posix.fcntl. However DMC supports it (via the io.h header), so d

D Windows support

2010-06-16 Thread Steven Schveighoffer
I'm running into some issues while trying to make portable code for Phobos. One of the issues is the open system call. Apparently, it's defined in core.sys.posix.fcntl. However DMC supports it (via the io.h header), so does anyone know where I can find it? Do I have to add it? Can I safel