mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-17 16:31:25 -07:00
Experimental try for ABI for return values on windows
It's all done by reverse engineering it. I may be wrong...
This commit is contained in:
@@ -43,6 +43,7 @@ typedef enum EntityFlag {
|
||||
EntityFlag_NoAlias = 1<<7,
|
||||
EntityFlag_TypeField = 1<<8,
|
||||
EntityFlag_Value = 1<<9,
|
||||
EntityFlag_Sret = 1<<10,
|
||||
} EntityFlag;
|
||||
|
||||
// Zero value means the overloading process is not yet done
|
||||
|
||||
Reference in New Issue
Block a user