From e2e96febf194414b3ea382362077ef2fb4f483bf Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 May 1995 18:26:10 -0400 Subject: [PATCH] Changed WINNT to _WIN32. From-SVN: r9727 --- gcc/config/alpha/alpha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #endif