From 396dead446c0b800f6491de8ad72eac28f37ff13 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 13 Jun 2022 21:02:16 -0400 Subject: [PATCH] omg i forgot to commit --- cgi.d | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cgi.d b/cgi.d index d9c693a..89b33d7 100644 --- a/cgi.d +++ b/cgi.d @@ -3528,6 +3528,11 @@ struct RequestServer { } } + version(Windows) { + private alias uid_t = int; + private alias gid_t = int; + } + /// user (uid) to drop privileges to /// 0 … do nothing uid_t privilegesDropToUid = 0;