# HG changeset patch # User ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde # Date 1166014432 0 # Node ID dfeb4c5e9077f848382be55ba905d275054cee65 # Parent 2a946c144fe779ea97bc07305c264321c13ed43d Error message for non-MSC compiler changed. diff --git a/inttypes.h b/inttypes.h --- 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_ // [ diff --git a/stdint.h b/stdint.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_ // [