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:
Ginger Bill
2017-05-28 14:11:00 +01:00
parent 06185e1769
commit b41f09b730
5 changed files with 91 additions and 9 deletions
+1
View File
@@ -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