From 823646bc0644fbb09b90ba7f7f585eec704ac758 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 18 Aug 2017 16:01:09 +0300 Subject: Fix the MinGW build. --- pc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pc/config.h') diff --git a/pc/config.h b/pc/config.h index c6e4a1f0..e0f2cba8 100644 --- a/pc/config.h +++ b/pc/config.h @@ -315,7 +315,7 @@ #define HAVE_SYSTEM 1 /* Define to 1 if you have the header file. */ -#if defined(__MINGW32__) || defined(__DJGPP__) +#ifdef __DJGPP__ #define HAVE_SYS_IOCTL_H 1 #endif -- cgit v1.2.3