Add par_alloc_object to the major collector function table.
[mono.git] / mono / mini / mini-windows.c
index 8b011438e575294b7b7bbe049d92e748b636eda0..80a9c9bf148f26143bf069470aae984825a3fb5c 100644 (file)
@@ -143,3 +143,11 @@ void
 mono_runtime_shutdown_stat_profiler (void)
 {
 }
+
+gboolean
+mono_thread_state_init_from_handle (MonoThreadUnwindState *tctx, MonoNativeThreadId thread_id, MonoNativeThreadHandle thread_handle)
+{
+       g_error ("Windows systems haven't been ported to support mono_thread_state_init_from_handle");
+       return FALSE;
+}
+