diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-12-06 14:43:04 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-12-06 14:43:04 +0000 |
commit | fe5979cfdba009b356bdffafcb9b46ad0570abf1 (patch) | |
tree | 430792a19620cdedf2a119a6b7fe1866e8987716 /src | |
parent | a1f7987ad8b9941dd50ce5cb6ca966ca221d3bd5 (diff) |
Replace MINGW32 with built-in __MINGW32__.
Diffstat (limited to 'src')
-rw-r--r-- | src/config-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unistd.h> header file. */ #define HAVE_UNISTD_H 1 |