Debugger support
This commit is contained in:
parent
871b9a9287
commit
f98a241021
4 changed files with 655 additions and 0 deletions
|
@ -24,6 +24,11 @@ typedef char CHAR8;
|
|||
typedef char16_t CHAR16;
|
||||
typedef void VOID;
|
||||
|
||||
typedef struct {
|
||||
UINT64 Uint64;
|
||||
UINT64 Uint64_1;
|
||||
} UINT128;
|
||||
|
||||
typedef long INTPTR;
|
||||
typedef unsigned long UINTPTR;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue