mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-08 15:04:54 +00:00
More CGX matches part 2
This commit is contained in:
@@ -7,7 +7,7 @@ extern "C" {
|
||||
|
||||
#define offsetof(type, member) ((size_t) & (((type*)0)->member))
|
||||
|
||||
typedef unsigned int size_t;
|
||||
typedef __typeof__(sizeof(0)) size_t;
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0L
|
||||
|
||||
Reference in New Issue
Block a user