24 #include <Vector/BLF/platform.h>
35 using WORD = uint16_t;
36 using USHORT = uint16_t;
39 using SHORT = int16_t;
42 using DWORD = uint32_t;
45 using ULONG = uint32_t;
51 using ULONGLONG = uint64_t;
54 using UINT64 = uint64_t;
57 using LONGLONG = int64_t;
60 using DOUBLE = double;
63 using COLORREF = uint32_t;
Definition: VectorTypes.h:66
WORD minute
Definition: VectorTypes.h:83
WORD hour
Definition: VectorTypes.h:80
WORD second
Definition: VectorTypes.h:86
WORD day
Definition: VectorTypes.h:77
WORD dayOfWeek
Definition: VectorTypes.h:74
WORD month
Definition: VectorTypes.h:71
WORD year
Definition: VectorTypes.h:68
WORD milliseconds
Definition: VectorTypes.h:89