Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2017-08-02 09:08:17 +0300
committerZoltan Varga <vargaz@gmail.com>2017-08-02 09:08:17 +0300
commit2a648ccdb8114bcbb5f95849afd6fbbdef278286 (patch)
tree06be7eed6ed1adf2ed1fc7ddd9757ac2089580c0 /msvc
parent1cd20b27b4563187f31f05242a5672d61e8e36b6 (diff)
[runtime] Fix msvc build.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/mono.def2
-rw-r--r--msvc/monosgen.def2
2 files changed, 0 insertions, 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