comparison stdint.h @ 10:fed29a68d73f

Error message changed: VC6 supported from now.
author ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
date Wed, 13 Dec 2006 13:42:24 +0000
parents 62d255c0ba50
children 054398f65efe
comparison
equal deleted inserted replaced
9:62d255c0ba50 10:fed29a68d73f
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 C++ version 7 or later!" 33 #error "Use this header only with Microsoft Visual C++ compilers!"
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