From d31e3d172ac05f9dcdaa4a988746df048a9895fb Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 3 May 2020 12:40:10 -0700 Subject: [PATCH] win/share/safeproc.c --- win/share/safeproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/share/safeproc.c b/win/share/safeproc.c index 98f8ccca2..f17345321 100644 --- a/win/share/safeproc.c +++ b/win/share/safeproc.c @@ -2,7 +2,7 @@ /* Copyright (c) Michael Allison, 2018 */ /* NetHack may be freely redistributed. See license for details. */ -#define SAFEPROCS +/* must #define SAFEPROCS in xxxconf.h or via CFLAGS or this won't compile */ #include "config.h" #include "color.h" #include "wintype.h"