summaryrefslogtreecommitdiff
path: root/gcc/config/i386/win-nt.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/win-nt.h')
-rw-r--r--gcc/config/i386/win-nt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/win-nt.h b/gcc/config/i386/win-nt.h
index a2d2359464b..56eaeb6a2fc 100644
--- a/gcc/config/i386/win-nt.h
+++ b/gcc/config/i386/win-nt.h
@@ -27,12 +27,12 @@ Boston, MA 02111-1307, USA. */
#ifdef CPP_PREDEFINES
#undef CPP_PREDEFINES
#endif
-#define CPP_PREDEFINES "-Dunix -Di386 -DWIN32 -D_WIN32 \
+#define CPP_PREDEFINES "-Dunix -DWIN32 -D_WIN32 \
-DWINNT -D_M_IX86=300 -D_X86_=1 -D__STDC__=0 -DALMOST_STDC -D_MSC_VER=800 \
-D__stdcall=__attribute__((__stdcall__)) \
-D__cdecl=__attribute__((__cdecl__)) \
-D_cdecl=__attribute__((__cdecl__)) \
- -Asystem(unix) -Asystem(winnt) -Acpu(i386) -Amachine(i386)"
+ -Asystem(unix) -Asystem(winnt)"
#define SIZE_TYPE "unsigned int"
#define PTRDIFF_TYPE "int"