Changeset 376 in Main for trunk/VC6Compat
- Timestamp:
- Oct 17, 2024, 7:15:23 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VC6Compat/stdint.h
r375 r376 8 8 typedef u_int16_t short uint16_t; 9 9 typedef u_int32_t uint32_t; 10 typedef u_int64_t uint64_t; 10 11 #else 11 12 typedef unsigned char uint8_t;
Note:
See TracChangeset
for help on using the changeset viewer.