From f8cd68131a15c4cdf6721819363538e6f029addd Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 7 Dec 2021 15:35:11 -0500 Subject: [PATCH] mistake here from 2011 wow --- cgi.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi.d b/cgi.d index 68d8f95..cfae352 100644 --- a/cgi.d +++ b/cgi.d @@ -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);