Added TRUE/FALSE definitions

This commit is contained in:
Jozef Nagy 2024-04-01 13:59:36 +02:00
parent 0210d27a40
commit f42c11ca60
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6

View file

@ -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;