We got type sizing, it matches the C compiler for windows struct, we got

a real compiler on our hands
This commit is contained in:
Krzosa Karol
2022-09-27 18:25:58 +02:00
parent 094b10576e
commit 7ab1b24bbe
5 changed files with 34 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ typedef S64 SizeS;
typedef float F32;
typedef double F64;
#define U64MAX UINT64_MAX
#define U32MAX UINT32_MAX
#define U16MAX UINT16_MAX