Commit 00290b64 by Doug Evans

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
parent ad9e9cfb
......@@ -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)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment