Replace MINGW32 with built-in __MINGW32__.

This commit is contained in:
Gisle Vanem 2004-12-06 14:43:04 +00:00
parent a1f7987ad8
commit fe5979cfdb
3 changed files with 5 additions and 5 deletions

View file

@ -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