-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mono update: Implement safearray managed-out marshaling.
- Loading branch information
Esme Povirk
committed
Sep 15, 2023
1 parent
6880acd
commit 837761e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mono
updated
6 files
+26 −0 | mono/metadata/cominterop.c | |
+66 −0 | mono/metadata/marshal-action.txt | |
+2 −6 | mono/metadata/marshal-ilgen.c | |
+12 −3 | mono/metadata/marshal.c | |
+23 −1 | mono/tests/cominterop.cs | |
+75 −0 | mono/tests/libtest.c |