Skip to content

Commit

Permalink
Add optional mono_dangerous_add_raw_internal_call to exports.t4
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Oct 23, 2018
1 parent da7a190 commit da6602f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/exports.t4
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@
"const void *", "method"
),

new Export (true, "void", "mono_dangerous_add_raw_internal_call",
"const char *", "name",
"const void *", "method"
),

new Export ("MonoMethodSignature *", "mono_method_signature",
"MonoMethod *", "method"
),
Expand Down

0 comments on commit da6602f

Please sign in to comment.