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:
authorJo Shields <jo.shields@xamarin.com>2015-03-11 15:06:16 +0300
committerJo Shields <jo.shields@xamarin.com>2015-03-11 15:06:16 +0300
commit1d33de4a70e641625c4b0661dd4292b78e7255ad (patch)
treecf6f5579cce938c9670eacb070cbf9345d6c8c88 /msvc
parent7b452e2ba9cafbc0cc9c3ae9edfc6112b6b5e70c (diff)
[msvc] Refresh .def files
Diffstat (limited to 'msvc')
-rw-r--r--msvc/mono.def7
-rw-r--r--msvc/monosgen.def6
2 files changed, 13 insertions, 0 deletions
diff --git a/msvc/mono.def b/msvc/mono.def
index 9b09ffb4638..90a6636494e 100644
--- a/msvc/mono.def
+++ b/msvc/mono.def
@@ -201,6 +201,7 @@ mono_debug_find_method
mono_debug_free_method_jit_info
mono_debug_free_source_location
mono_debug_il_offset_from_address
+mono_debug_image_has_debug_info
mono_debug_init
mono_debug_lookup_locals
mono_debug_lookup_method
@@ -223,6 +224,9 @@ mono_debugger_agent_register_transport
mono_debugger_insert_breakpoint
mono_debugger_method_has_breakpoint
mono_debugger_run_finally
+mono_decimal_addsub
+mono_decimal_divide
+mono_decimal_from_number
mono_declsec_flags_from_assembly
mono_declsec_flags_from_class
mono_declsec_flags_from_method
@@ -632,6 +636,7 @@ mono_mlist_set_next
mono_module_file_get_object
mono_module_get_object
mono_monitor_enter
+mono_monitor_enter_v4
mono_monitor_exit
mono_monitor_try_enter
mono_mprotect
@@ -757,6 +762,7 @@ mono_runtime_resource_set_callback
mono_runtime_run_main
mono_runtime_set_main_args
mono_runtime_set_shutting_down
+mono_save_seq_point_info
mono_security_core_clr_get_options
mono_security_core_clr_require_elevated_permissions
mono_security_core_clr_set_options
@@ -889,6 +895,7 @@ mono_type_to_unmanaged
mono_unhandled_exception
mono_unicode_from_external
mono_unicode_to_external
+mono_upgrade_remote_class_wrapper
mono_utf8_from_external
mono_utf8_validate_and_len
mono_utf8_validate_and_len_with_bounds
diff --git a/msvc/monosgen.def b/msvc/monosgen.def
index 49103508eed..f9fc33738d2 100644
--- a/msvc/monosgen.def
+++ b/msvc/monosgen.def
@@ -201,6 +201,7 @@ mono_debug_find_method
mono_debug_free_method_jit_info
mono_debug_free_source_location
mono_debug_il_offset_from_address
+mono_debug_image_has_debug_info
mono_debug_init
mono_debug_lookup_locals
mono_debug_lookup_method
@@ -223,6 +224,9 @@ mono_debugger_agent_register_transport
mono_debugger_insert_breakpoint
mono_debugger_method_has_breakpoint
mono_debugger_run_finally
+mono_decimal_addsub
+mono_decimal_divide
+mono_decimal_from_number
mono_declsec_flags_from_assembly
mono_declsec_flags_from_class
mono_declsec_flags_from_method
@@ -634,6 +638,7 @@ mono_mlist_set_next
mono_module_file_get_object
mono_module_get_object
mono_monitor_enter
+mono_monitor_enter_v4
mono_monitor_exit
mono_monitor_try_enter
mono_mprotect
@@ -759,6 +764,7 @@ mono_runtime_resource_set_callback
mono_runtime_run_main
mono_runtime_set_main_args
mono_runtime_set_shutting_down
+mono_save_seq_point_info
mono_security_core_clr_get_options
mono_security_core_clr_require_elevated_permissions
mono_security_core_clr_set_options