From fe5979cfdba009b356bdffafcb9b46ad0570abf1 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 6 Dec 2004 14:43:04 +0000 Subject: Replace MINGW32 with built-in __MINGW32__. --- src/config-win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config-win32.h') diff --git a/src/config-win32.h b/src/config-win32.h index b9c407060..a7c0d1682 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -38,7 +38,7 @@ * This section is for compiler specific defines.* *************************************************/ /* Borland and MS don't have this */ -#if defined(MINGW32) || defined(__WATCOMC__) || defined(__LCC__) +#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__) /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 -- cgit v1.2.3