mirror of https://github.com/adamdruppe/arsd.git
enable dispatcher on Windows - it was a simple oversight before
This commit is contained in:
parent
f8cd68131a
commit
e9e1863a20
9
cgi.d
9
cgi.d
|
@ -370,6 +370,15 @@ version(Posix) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
version(Windows) {
|
||||||
|
version(minimal) {
|
||||||
|
|
||||||
|
} else {
|
||||||
|
// not too concerned about gdc here since the mingw version is fairly new as well
|
||||||
|
version=with_breaking_cgi_features;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void cloexec(int fd) {
|
void cloexec(int fd) {
|
||||||
version(Posix) {
|
version(Posix) {
|
||||||
import core.sys.posix.fcntl;
|
import core.sys.posix.fcntl;
|
||||||
|
|
Loading…
Reference in New Issue