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

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

From-SVN: r12654
This commit is contained in:
Doug Evans 1996-08-18 01:36:27 +00:00
parent ad9e9cfb39
commit 00290b64c4
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#endif
#define CPP_PREDEFINES "-Di386 -DWIN32 \
-DPOSIX -DCYGWIN32 -DWINNT -D_X86_=1 -D__STDC__=1\
#define CPP_PREDEFINES "-Di386 -D_WIN32 \
-DPOSIX -D__CYGWIN32__ -DWINNT -D_X86_=1 -D__STDC__=1\
-D__stdcall=__attribute__((__stdcall__)) \
-D__cdecl=__attribute__((__cdecl__)) \
-Asystem(winnt) -Acpu(i386) -Amachine(i386)"