Changed WINNT to _WIN32.

From-SVN: r9727
This commit is contained in:
Richard Kenner 1995-05-16 18:26:10 -04:00
parent 65f051c8e2
commit e2e96febf1
1 changed files with 1 additions and 1 deletions

View File

@ -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