changeset 7:dfeb4c5e9077

Error message for non-MSC compiler changed.
author ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
date Wed, 13 Dec 2006 12:53:52 +0000
parents 2a946c144fe7
children 8528f97c3731
files inttypes.h stdint.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/inttypes.h
+++ b/inttypes.h
@@ -30,7 +30,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _MSC_VER // [
-#error "Use this header only with Microsoft Visual Studio 2003 or later!"
+#error "Use this header only with Microsoft Visual C++ version 7 or later!"
 #endif // _MSC_VER ]
 
 #ifndef _MSC_INTTYPES_H_ // [
--- a/stdint.h
+++ b/stdint.h
@@ -30,7 +30,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _MSC_VER // [
-#error "Use this header only with Microsoft Visual Studio 2003 or later!"
+#error "Use this header only with Microsoft Visual C++ version 7 or later!"
 #endif // _MSC_VER ]
 
 #ifndef _MSC_STDINT_H_ // [