Added TRUE/FALSE definitions
This commit is contained in:
parent
0210d27a40
commit
f42c11ca60
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;
|
||||||
|
|
||||||
|
#define TRUE 1
|
||||||
|
#define FALSE 0
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
UINT64 Uint64;
|
UINT64 Uint64;
|
||||||
UINT64 Uint64_1;
|
UINT64 Uint64_1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue