2008-10-24 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / io-layer / threads.h
index b49a1d746fcb72ca09c26593144b9b48550e8953..068a63a9c03da7988d34889b4e4d0ecf7ebaffab 100644 (file)
@@ -59,5 +59,11 @@ extern void Sleep(guint32 ms);
 extern guint32 SleepEx(guint32 ms, gboolean alertable);
 extern guint32 QueueUserAPC (WapiApcProc apc_callback, gpointer thread_handle, 
                                        gpointer param);
+
+/* Kludge alert! Making this visible outside io-layer is broken, but I
+ * can't find any w32 call that will let me do this.
+ */
+extern void _wapi_thread_signal_self (guint32 exitstatus);
+
 G_END_DECLS
 #endif /* _WAPI_THREADS_H_ */