Debugger support

This commit is contained in:
Jozef Nagy 2024-03-31 23:49:54 +02:00
parent 871b9a9287
commit f98a241021
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6
4 changed files with 655 additions and 0 deletions

View file

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