From: Zoltan Varga Date: Wed, 2 Aug 2017 06:08:17 +0000 (-0400) Subject: [runtime] Fix msvc build. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=2a648ccdb8114bcbb5f95849afd6fbbdef278286 [runtime] Fix msvc build. --- diff --git a/msvc/mono.def b/msvc/mono.def index acf9e59d1b4..a07e7c74fd5 100644 --- a/msvc/mono.def +++ b/msvc/mono.def @@ -2,7 +2,6 @@ EXPORTS MonoFixupCorEE mono_add_internal_call -mono_aot_get_method mono_aot_register_module mono_array_addr_with_size mono_array_class_get @@ -414,7 +413,6 @@ mono_get_int16_class mono_get_int32_class mono_get_int64_class mono_get_intptr_class -mono_get_jit_info_from_method mono_get_machine_config mono_get_method mono_get_method_constrained diff --git a/msvc/monosgen.def b/msvc/monosgen.def index 513e2eda72e..5e6485787c7 100644 --- a/msvc/monosgen.def +++ b/msvc/monosgen.def @@ -2,7 +2,6 @@ EXPORTS MonoFixupCorEE mono_add_internal_call -mono_aot_get_method mono_aot_register_module mono_array_addr_with_size mono_array_class_get @@ -416,7 +415,6 @@ mono_get_int16_class mono_get_int32_class mono_get_int64_class mono_get_intptr_class -mono_get_jit_info_from_method mono_get_machine_config mono_get_method mono_get_method_constrained