Fix NK_INT8 type
This commit is contained in:
parent
aeb1826913
commit
f8bcf22960
@ -335,7 +335,7 @@ extern "C" {
|
||||
#define NK_POINTER_TYPE uintptr_t
|
||||
#else
|
||||
#ifndef NK_INT8
|
||||
#define NK_INT8 char
|
||||
#define NK_INT8 signed char
|
||||
#endif
|
||||
#ifndef NK_UINT8
|
||||
#define NK_UINT8 unsigned char
|
||||
|
@ -119,7 +119,7 @@ extern "C" {
|
||||
#define NK_POINTER_TYPE uintptr_t
|
||||
#else
|
||||
#ifndef NK_INT8
|
||||
#define NK_INT8 char
|
||||
#define NK_INT8 signed char
|
||||
#endif
|
||||
#ifndef NK_UINT8
|
||||
#define NK_UINT8 unsigned char
|
||||
|
Loading…
x
Reference in New Issue
Block a user