ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/VC6Compat/stdint.h
(Generate patch)

Comparing VC6Compat/stdint.h (file contents):
Revision 1.5 by nishi, Thu Oct 17 10:27:38 2024 UTC vs.
Revision 1.6 by nishi, Sun Nov 3 13:49:38 2024 UTC

# Line 11 | Line 11 | typedef u_int32_t uint32_t;
11   typedef u_int64_t uint64_t;
12  
13   #define INT32_MAX 0x7fffffff
14 + #elif defined(__sun__)
15 + #include <sys/int_types.h>
16   #else
17   typedef unsigned char uint8_t;
18   typedef unsigned short uint16_t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines