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
@@ -137,6 +137,7 @@ typedef struct TypeRecord {
Type * results; /* Type_Tuple */ \
i32 param_count; \
i32 result_count; \
bool return_by_pointer; \
Type **abi_compat_params; \
Type * abi_compat_result_type; \
bool variadic; \