mistake here from 2011 wow

This commit is contained in:
Adam D. Ruppe 2021-12-07 15:35:11 -05:00
parent ae71b80e63
commit f8cd68131a
1 changed files with 1 additions and 1 deletions

2
cgi.d
View File

@ -564,7 +564,7 @@ private struct stdin {
import core.sys.windows.windows;
static:
static this() {
shared static this() {
// Set stdin to binary mode
version(Win64)
_setmode(std.stdio.stdin.fileno(), 0x8000);