Add various data structures

Stuff needed to get Core.obj delinking again.
This commit is contained in:
KeybadeBlox 2026-03-20 23:29:02 -04:00
parent 709bbf9a54
commit e58f774d82
4 changed files with 206 additions and 7 deletions

View file

@ -25,7 +25,7 @@ typedef __int64 LONGLONG;
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD, * PDWORD;
typedef unsigned long DWORD;
typedef void VOID;
typedef void * LPVOID;
@ -33,6 +33,8 @@ typedef unsigned long SIZE_T;
typedef float FLOAT;
typedef int BOOL;
typedef char * LPCSTR;
#define TRUE 1
#define FALSE 0