Ninja
|
Go to the source code of this file.
Macros | |
#define | PRIu64 "I64u" |
#define | PRIx64 "I64x" |
Typedefs | |
typedef signed short | int16_t |
typedef signed long long | int64_t |
A 64-bit integer type. More... | |
typedef unsigned short | uint16_t |
typedef unsigned long long | uint64_t |
#define PRIu64 "I64u" |
Definition at line 26 of file win32port.h.
#define PRIx64 "I64x" |
Definition at line 27 of file win32port.h.
Referenced by BuildLog::WriteEntry().
typedef signed short int16_t |
Definition at line 18 of file win32port.h.
typedef signed long long int64_t |
A 64-bit integer type.
Definition at line 21 of file win32port.h.
typedef unsigned short uint16_t |
Definition at line 19 of file win32port.h.
typedef unsigned long long uint64_t |
Definition at line 22 of file win32port.h.