Skip to content

Commit

Permalink
Update msvc .def files.
Browse files Browse the repository at this point in the history
This commit licensed as MIT/X11.
  • Loading branch information
Vincent Povirk committed Dec 12, 2013
1 parent a4821b4 commit 4162ac8
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 50 deletions.
68 changes: 43 additions & 25 deletions msvc/mono.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
; file generated by create-windef.pl
LIBRARY mono-2.0.dll
EXPORTS
MonoFixupCorEE
mono_add_internal_call
mono_aot_register_globals
mono_aot_register_module
Expand Down Expand Up @@ -45,6 +46,7 @@ mono_assembly_open
mono_assembly_open_full
mono_assembly_set_main
mono_assembly_setrootdir
mono_binary_search
mono_bitset_alloc_size
mono_bitset_clear
mono_bitset_clear_all
Expand Down Expand Up @@ -84,6 +86,7 @@ mono_class_from_name_case
mono_class_from_typeref
mono_class_get
mono_class_get_byref_type
mono_class_get_com_object_class
mono_class_get_element_class
mono_class_get_event_token
mono_class_get_events
Expand All @@ -93,8 +96,11 @@ mono_class_get_field_token
mono_class_get_fields
mono_class_get_flags
mono_class_get_full
mono_class_get_idispatch_class
mono_class_get_image
mono_class_get_interfaces
mono_class_get_interop_proxy_class
mono_class_get_iunknown_class
mono_class_get_method_from_name
mono_class_get_method_from_name_flags
mono_class_get_methods
Expand All @@ -109,12 +115,15 @@ mono_class_get_property_token
mono_class_get_rank
mono_class_get_type
mono_class_get_type_token
mono_class_get_variant_class
mono_class_implements_interface
mono_class_inflate_generic_method
mono_class_inflate_generic_type
mono_class_init
mono_class_instance_size
mono_class_interface_offset
mono_class_is_assignable_from
mono_class_is_delegate
mono_class_is_enum
mono_class_is_subclass_of
mono_class_is_valid_enum
Expand All @@ -128,9 +137,11 @@ mono_class_num_properties
mono_class_value_size
mono_class_vtable
mono_cli_rva_image_map
mono_code_manager_cleanup
mono_code_manager_commit
mono_code_manager_destroy
mono_code_manager_foreach
mono_code_manager_init
mono_code_manager_invalidate
mono_code_manager_new
mono_code_manager_new_dynamic
Expand All @@ -141,8 +152,10 @@ mono_code_manager_size
mono_compile_method
mono_config_cleanup
mono_config_for_assembly
mono_config_is_server_mode
mono_config_parse
mono_config_parse_memory
mono_config_set_server_mode
mono_config_string_for_assembly_file
mono_context_get
mono_context_get_desc
Expand Down Expand Up @@ -171,6 +184,7 @@ mono_debug_close_image
mono_debug_close_mono_symbol_file
mono_debug_domain_create
mono_debug_domain_unload
mono_debug_enabled
mono_debug_find_method
mono_debug_free_method_jit_info
mono_debug_free_source_location
Expand All @@ -186,41 +200,19 @@ mono_debug_open_image_from_memory
mono_debug_open_mono_symbols
mono_debug_print_stack_frame
mono_debug_print_vars
mono_debug_remove_method
mono_debug_symfile_free_locals
mono_debug_symfile_free_location
mono_debug_symfile_get_line_numbers
mono_debug_symfile_get_line_numbers_full
mono_debug_symfile_is_loaded
mono_debug_symfile_lookup_locals
mono_debug_symfile_lookup_location
mono_debug_symfile_lookup_method
mono_debug_using_mono_debugger
mono_debugger_breakpoint_callback
mono_debugger_call_exception_handler
mono_debugger_check_breakpoints
mono_debugger_check_interruption
mono_debugger_check_runtime_version
mono_debugger_class_initialized
mono_debugger_cleanup
mono_debugger_event
mono_debugger_event_create_appdomain
mono_debugger_event_unload_appdomain
mono_debugger_extended_notification
mono_debugger_handle_exception
mono_debugger_initialize
mono_debugger_agent_register_transport
mono_debugger_insert_breakpoint
mono_debugger_insert_breakpoint_full
mono_debugger_insert_method_breakpoint
mono_debugger_lock
mono_debugger_method_has_breakpoint
mono_debugger_register_class_init_callback
mono_debugger_remove_breakpoint
mono_debugger_remove_class_init_callback
mono_debugger_remove_method_breakpoint
mono_debugger_run_finally
mono_debugger_thread_cleanup
mono_debugger_thread_created
mono_debugger_trampoline_compiled
mono_debugger_unlock
mono_declsec_flags_from_assembly
mono_declsec_flags_from_class
mono_declsec_flags_from_method
Expand Down Expand Up @@ -256,6 +248,7 @@ mono_domain_set_internal
mono_domain_try_type_resolve
mono_domain_try_unload
mono_domain_unload
mono_dwarf_escape_path
mono_emit_native_call
mono_environment_exitcode_get
mono_environment_exitcode_set
Expand All @@ -279,6 +272,7 @@ mono_exception_from_name_msg
mono_exception_from_name_two_strings
mono_exception_from_token
mono_exception_from_token_two_strings
mono_exception_walk_trace
mono_field_from_token
mono_field_full_name
mono_field_get_data
Expand Down Expand Up @@ -325,8 +319,12 @@ mono_gc_get_heap_size
mono_gc_get_used_size
mono_gc_invoke_finalizers
mono_gc_is_finalizer_thread
mono_gc_make_root_descr_user
mono_gc_max_generation
mono_gc_out_of_memory
mono_gc_reference_queue_add
mono_gc_reference_queue_free
mono_gc_reference_queue_new
mono_gc_walk_heap
mono_gc_wbarrier_arrayref_copy
mono_gc_wbarrier_generic_nostore
Expand All @@ -347,6 +345,8 @@ mono_get_char_class
mono_get_config_dir
mono_get_corlib
mono_get_dbnull_object
mono_get_delegate_begin_invoke
mono_get_delegate_end_invoke
mono_get_delegate_invoke
mono_get_double_class
mono_get_enum_class
Expand Down Expand Up @@ -399,6 +399,7 @@ mono_get_method_constrained
mono_get_method_full
mono_get_object_class
mono_get_root_domain
mono_get_runtime_build_info
mono_get_sbyte_class
mono_get_single_class
mono_get_string_class
Expand Down Expand Up @@ -461,6 +462,8 @@ mono_install_assembly_search_hook
mono_install_runtime_cleanup
mono_install_threadpool_item_hooks
mono_install_threadpool_thread_hooks
mono_install_unhandled_exception_hook
mono_invoke_unhandled_exception_hook
mono_is_debugger_attached
mono_jit_cleanup
mono_jit_exec
Expand All @@ -472,14 +475,17 @@ mono_jit_init
mono_jit_init_version
mono_jit_parse_options
mono_jit_set_aot_only
mono_jit_set_domain
mono_jit_set_trace_options
mono_jit_thread_attach
mono_ldstr
mono_ldtoken
mono_lls_init
mono_load_remote_field
mono_load_remote_field_new
mono_local_deadce
mono_locks_dump
mono_lookup_icall_symbol
mono_lookup_internal_call
mono_lookup_pinvoke_call
mono_main
Expand Down Expand Up @@ -614,6 +620,7 @@ mono_monitor_enter
mono_monitor_exit
mono_monitor_try_enter
mono_mprotect
mono_mutex_init_suspend_safe
mono_object_castclass_mbyref
mono_object_castclass_with_cache
mono_object_clone
Expand Down Expand Up @@ -708,6 +715,7 @@ mono_reflection_get_token
mono_reflection_get_type
mono_reflection_parse_type
mono_reflection_type_from_name
mono_reflection_type_get_type
mono_register_bundled_assemblies
mono_register_config_for_assembly
mono_register_machine_config
Expand All @@ -725,9 +733,14 @@ mono_runtime_invoke_array
mono_runtime_is_shutting_down
mono_runtime_object_init
mono_runtime_quit
mono_runtime_resource_check_limit
mono_runtime_resource_limit
mono_runtime_resource_set_callback
mono_runtime_run_main
mono_runtime_set_shutting_down
mono_security_core_clr_get_options
mono_security_core_clr_require_elevated_permissions
mono_security_core_clr_set_options
mono_security_enable_core_clr
mono_security_set_core_clr_platform_callback
mono_sem_post
Expand Down Expand Up @@ -759,6 +772,7 @@ mono_signature_get_params
mono_signature_get_return_type
mono_signature_hash
mono_signature_is_instance
mono_signature_param_is_out
mono_signature_vararg_start
mono_signbit_double
mono_signbit_float
Expand Down Expand Up @@ -793,6 +807,7 @@ mono_thread_exit
mono_thread_get_main
mono_thread_get_undeniable_exception
mono_thread_init
mono_thread_is_foreign
mono_thread_manage
mono_thread_new_init
mono_thread_set_main
Expand All @@ -801,6 +816,8 @@ mono_thread_stop
mono_threads_get_default_stacksize
mono_threads_request_thread_dump
mono_threads_set_default_stacksize
mono_tls_key_get_offset
mono_tls_key_set_offset
mono_trace_set_level_string
mono_trace_set_mask_string
mono_type_create_from_typespec
Expand Down Expand Up @@ -833,6 +850,7 @@ mono_utf8_from_external
mono_utf8_validate_and_len
mono_utf8_validate_and_len_with_bounds
mono_valloc
mono_valloc_aligned
mono_value_box
mono_value_copy
mono_value_copy_array
Expand Down
Loading

0 comments on commit 4162ac8

Please sign in to comment.