Changeset 975 for trunk/include/napiconfig.h
- Timestamp:
- 27/11/07 13:17:28 (4 years ago)
- File:
-
- 1 edited
-
trunk/include/napiconfig.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/napiconfig.h
r793 r975 13 13 typedef short int int16_t; 14 14 typedef int int32_t; 15 typedef long int64_t; 15 16 typedef unsigned char uint8_t; 16 17 typedef unsigned short int uint16_t; 17 18 typedef unsigned int uint32_t; 19 typedef unsigned long uint64_t; 18 20 19 21 #endif /* HAVE_STDINT_H */
Note: See TracChangeset
for help on using the changeset viewer.
