mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Try a different ABI type for return values on Windows
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ typedef struct TypeRecord {
|
||||
i32 param_count; \
|
||||
i32 result_count; \
|
||||
Type **abi_compat_params; \
|
||||
Type **abi_compat_results; \
|
||||
Type * abi_compat_result_type; \
|
||||
bool variadic; \
|
||||
bool require_results; \
|
||||
ProcCallingConvention calling_convention; \
|
||||
|
||||
Reference in New Issue
Block a user