Added MONO_API macro to annotate and control visibility of public (exported) APIs.
[mono.git] / mono / metadata / threads-types.h
index 8ebc5391834d540665ca04f640816945ff855c0b..c430d62e982f69b3f423d38e815145988705b61e 100644 (file)
@@ -187,7 +187,7 @@ void mono_threads_set_shutting_down (void) MONO_INTERNAL;
 
 gunichar2* mono_thread_get_name (MonoInternalThread *this_obj, guint32 *name_len) MONO_INTERNAL;
 
-MonoException* mono_thread_get_undeniable_exception (void);
+MONO_API MonoException* mono_thread_get_undeniable_exception (void);
 
 MonoException* mono_thread_get_and_clear_pending_exception (void) MONO_INTERNAL;