# HG changeset patch # User ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde # Date 1166017344 0 # Node ID fed29a68d73f37c14013093c16a6e9a185810374 # Parent 62d255c0ba505afcc85baa129ea962a7bf7a54f9 Error message changed: VC6 supported from now. 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 C++ version 7 or later!" +#error "Use this header only with Microsoft Visual C++ compilers!" #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 C++ version 7 or later!" +#error "Use this header only with Microsoft Visual C++ compilers!" #endif // _MSC_VER ] #ifndef _MSC_STDINT_H_ // [