Commit e2e96feb by Richard Kenner

Changed WINNT to _WIN32.

From-SVN: r9727
parent 65f051c8
...@@ -1215,7 +1215,7 @@ direct_return () ...@@ -1215,7 +1215,7 @@ direct_return ()
/* Write a version stamp. Don't write anything if we are running as a /* 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. */ 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> #include <stamp.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment