Skip to content

Commit

Permalink
Adding the missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Giridhar Trivedi committed Jul 11, 2023
1 parent aa3616b commit 2c7ffd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/mono/mini/main-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#pragma comment(linker, "/export:coreclr_initialize=_coreclr_initialize@28")
#pragma comment(linker, "/export:coreclr_execute_assembly=_coreclr_execute_assembly@24")
#pragma comment(linker, "/export:coreclr_shutdown_2=_coreclr_shutdown_2@12")
#pragma comment(linker, "/export:coreclr_shutdown=_coreclr_shutdown@8")
#pragma comment(linker, "/export:coreclr_create_delegate=_coreclr_create_delegate@24")
#pragma comment(linker, "/export:coreclr_set_error_writer=_coreclr_set_error_writer@4")
#undef MONO_API
Expand Down

0 comments on commit 2c7ffd6

Please sign in to comment.