(CPP_PREDEFINES): For consistency,
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 24 Jun 1996 19:23:46 +0000 (12:23 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 24 Jun 1996 19:23:46 +0000 (12:23 -0700)
change to define WIN32, WINNT, and CYGWIN32.

From-SVN: r12326

gcc/config/rs6000/cygwin32.h

index adca36d4fd757b2061b94720ce75245fa8e4f08a..a2cb52e86fc2f456ccae650f6a06e3c14b0569dc 100644 (file)
@@ -33,8 +33,7 @@ Boston, MA 02111-1307, USA. */
 #undef CPP_PREDEFINES
 #endif
 
-#define        CPP_PREDEFINES "-DWIN32 -D__WIN32__ -D__WINNT__ \
-  -D__CYGWIN32__ -DPOSIX \
+#define        CPP_PREDEFINES "-DWIN32 -DWINNT -DCYGWIN32 -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,