Go to the documentation of this file. 30 #if !defined(KERNEL) && !defined(_WIN32) 38 #if defined(KERNEL) && defined(__linux__) 39 #include <linux/types.h> 50 typedef INT16 int16_t;
51 typedef INT32 int32_t;
52 typedef INT64 int64_t;
53 typedef UINT8 uint8_t;
54 typedef UINT16 uint16_t;
55 typedef UINT32 uint32_t;
56 typedef UINT64 uint64_t;
57 typedef UINT_PTR uintptr_t;
58 typedef INT_PTR intptr_t;
66 #if defined(KERNEL) && defined(__APPLE__)