mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 04:50:23 +03:00
Add various data structures
Stuff needed to get Core.obj delinking again.
This commit is contained in:
parent
709bbf9a54
commit
e58f774d82
4 changed files with 206 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue