diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ typedef unsigned char uint8_t; typedef __INTPTR_TYPE__ intptr_t; typedef __INT64_TYPE__ int64_t; -typedef int int32_t; -typedef short int16_t; +typedef __INT32_TYPE__ int32_t; +typedef __INT16_TYPE__ int16_t; typedef char int8_t; typedef void* voidptr_t; |
