Changeset ce661e68 in rtems
- Timestamp:
- Oct 28, 2005, 9:25:27 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7349ad5b
- Parents:
- 29e11f28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/zlib/zconf.h
r29e11f28 rce661e68 256 256 #endif 257 257 258 #if defined(__rtems__) 259 #include <rtems/stdint.h> 260 261 typedef uint_least8_t Byte; 262 typedef uint_least16_t uInt; 263 typedef uint_least32_t uLong; 264 265 #else 258 266 #if !defined(__MACTYPES__) 259 267 typedef unsigned char Byte; /* 8 bits */ … … 261 269 typedef unsigned int uInt; /* 16 bits or more */ 262 270 typedef unsigned long uLong; /* 32 bits or more */ 271 #endif 263 272 264 273 #ifdef SMALL_MEDIUM
Note: See TracChangeset
for help on using the changeset viewer.