comparison stdint.h @ 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 62d255c0ba50
comparison
equal deleted inserted replaced
6:2a946c144fe7 7:dfeb4c5e9077
28 // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 // 29 //
30 /////////////////////////////////////////////////////////////////////////////// 30 ///////////////////////////////////////////////////////////////////////////////
31 31
32 #ifndef _MSC_VER // [ 32 #ifndef _MSC_VER // [
33 #error "Use this header only with Microsoft Visual Studio 2003 or later!" 33 #error "Use this header only with Microsoft Visual C++ version 7 or later!"
34 #endif // _MSC_VER ] 34 #endif // _MSC_VER ]
35 35
36 #ifndef _MSC_STDINT_H_ // [ 36 #ifndef _MSC_STDINT_H_ // [
37 #define _MSC_STDINT_H_ 37 #define _MSC_STDINT_H_
38 38