Skip to content

Commit 2c7ffd6

Browse files
author
Giridhar Trivedi
committed
Adding the missing code
1 parent aa3616b commit 2c7ffd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/mono/mini/main-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#pragma comment(linker, "/export:coreclr_initialize=_coreclr_initialize@28")
2020
#pragma comment(linker, "/export:coreclr_execute_assembly=_coreclr_execute_assembly@24")
2121
#pragma comment(linker, "/export:coreclr_shutdown_2=_coreclr_shutdown_2@12")
22+
#pragma comment(linker, "/export:coreclr_shutdown=_coreclr_shutdown@8")
2223
#pragma comment(linker, "/export:coreclr_create_delegate=_coreclr_create_delegate@24")
2324
#pragma comment(linker, "/export:coreclr_set_error_writer=_coreclr_set_error_writer@4")
2425
#undef MONO_API

0 commit comments

Comments
 (0)