From 2a648ccdb8114bcbb5f95849afd6fbbdef278286 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 2 Aug 2017 02:08:17 -0400 Subject: [PATCH] [runtime] Fix msvc build. --- msvc/mono.def | 2 -- msvc/monosgen.def | 2 -- 2 files changed, 4 deletions(-) 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 -- 2.25.1