Finish populating JSRF/Core

This commit is contained in:
KeybadeBlox 2026-01-02 00:05:52 -05:00
parent f8578b0871
commit 08abfd3913
6 changed files with 342 additions and 19 deletions

View file

@ -24,6 +24,9 @@ typedef unsigned long DWORD;
typedef int BOOL;
typedef float FLOAT;
#define TRUE 1
#define FALSE 0
// 64-bit integer compatibility type
union LARGE_INTEGER {
struct {