comparison stdint.h @ 1:45fb2c2960e1

Added <limits.h> include to stdint.h.
author alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
date Mon, 11 Dec 2006 19:54:14 +0000
parents 85c12d7e8144
children 0cf270b831ef
comparison
equal deleted inserted replaced
0:85c12d7e8144 1:45fb2c2960e1
27 #if _MSC_VER > 1000 27 #if _MSC_VER > 1000
28 #pragma once 28 #pragma once
29 #endif 29 #endif
30 30
31 #include <BaseTsd.h> 31 #include <BaseTsd.h>
32 #include <limits.h>
32 33
33 // 7.18.1 Integer types 34 // 7.18.1 Integer types
34 35
35 // 7.18.1.1 Exact-width integer types 36 // 7.18.1.1 Exact-width integer types
36 typedef INT8 int8_t; 37 typedef INT8 int8_t;