mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Code will compile as 32 bit but will causes errors in the linker on Windows
This commit is contained in:
+5
-4
@@ -32,10 +32,11 @@ type (
|
||||
}
|
||||
// NOTE(bill): This must match the compiler's
|
||||
CallingConvention enum {
|
||||
Odin = 0,
|
||||
C = 1,
|
||||
Std = 2,
|
||||
Fast = 3,
|
||||
Invalid = 0,
|
||||
Odin = 1,
|
||||
C = 2,
|
||||
Std = 3,
|
||||
Fast = 4,
|
||||
}
|
||||
|
||||
TypeInfoRecord struct #ordered {
|
||||
|
||||
Reference in New Issue
Block a user