summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 22:26:10 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 22:26:10 +0000
commitdf3991b58aab26b46ee31423db2232f1031f5b6d (patch)
treec8fde0fa18ce22ffe19f95a777b5b2f3acfcfb7d /gcc/config
parent36e0c284ffc5352f34c6cce2f8469625547367f9 (diff)
downloadgcc-df3991b58aab26b46ee31423db2232f1031f5b6d.tar.gz
Changed WINNT to _WIN32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9727 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/alpha/alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c
index 5c94cdd7c46..8611856c944 100644
--- a/gcc/config/alpha/alpha.c
+++ b/gcc/config/alpha/alpha.c
@@ -1215,7 +1215,7 @@ direct_return ()
/* Write a version stamp. Don't write anything if we are running as a
cross-compiler. Otherwise, use the versions in /usr/include/stamp.h. */
-#if !defined(CROSS_COMPILE) && !defined(WINNT)
+#if !defined(CROSS_COMPILE) && !defined(_WIN32)
#include <stamp.h>
#endif