Added BOOL and INT
This commit is contained in:
parent
c913ddaf20
commit
f5edc1f1e8
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ typedef char CHAR8;
|
||||||
typedef char16_t CHAR16;
|
typedef char16_t CHAR16;
|
||||||
typedef void VOID;
|
typedef void VOID;
|
||||||
|
|
||||||
|
typedef BOOLEAN BOOL;
|
||||||
|
typedef INT32 INT;
|
||||||
|
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue