From 98a61418e9b43fc56bf3c7bffc4238debf3fc4c7 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Fri, 23 Mar 2012 13:28:16 +0000 Subject: Standardise preprocessor symbol to detect MINGW32 build --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 065678ea5..f8fc668c8 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -49,7 +49,7 @@ #define JOBS ENABLE_ASH_JOB_CONTROL #include "busybox.h" /* for applet_names */ -#ifndef __MINGW32__ +#if !ENABLE_PLATFORM_MINGW32 #include #endif #include -- cgit v1.2.3-55-g6feb