OSDN Git Service

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

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

gcc/config/i386/cygwin32.h

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