mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-12 06:11:26 -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:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user