OSDN Git Service

(CPP_PREDEFINES): For consistency,
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jun 1996 19:23:46 +0000 (19:23 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jun 1996 19:23:46 +0000 (19:23 +0000)
change to define WIN32, WINNT, and CYGWIN32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12326 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/cygwin32.h

index adca36d..a2cb52e 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,