Changeset 301 in Main for trunk/VC6Compat/stdint.h
- Timestamp:
- Oct 10, 2024, 11:06:20 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VC6Compat/stdint.h
r216 r301 7 7 typedef unsigned short uint16_t; 8 8 typedef unsigned int uint32_t; 9 typedef signedchar int8_t;10 typedef s igned short int16_t;11 typedef signedint int32_t;9 typedef char int8_t; 10 typedef short int16_t; 11 typedef int int32_t; 12 12 13 13 #define INT32_MAX 0x7fffffff
Note:
See TracChangeset
for help on using the changeset viewer.