cygwin32.h (CPP_PREDEFINES): Define _WIN32, not WIN32.

* i386/cygwin32.h (CPP_PREDEFINES): Define _WIN32, not WIN32.
	Define only __CYGWIN32__, not CYGWIN32 or __CYGWIN32.
	* rs6000/cygwin32.h (CPP_PREDEFINES): Likewise.

From-SVN: r12653
This commit is contained in:
Doug Evans 1996-08-18 01:35:50 +00:00
parent b8a8c83b10
commit ad9e9cfb39
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#endif
#define CPP_PREDEFINES "-DWIN32 -DWINNT -DCYGWIN32 -DPOSIX \
#define CPP_PREDEFINES "-D_WIN32 -DWINNT -D__CYGWIN32__ -DPOSIX \
-D_POWER -D_ARCH_PPC -D__PPC__ -Asystem(winnt) -Acpu(powerpc) -Amachine(powerpc)"
/* We have to dynamic link to get to the system dlls,