2005-03-03 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / libgc / win32_threads.c
index d2e97dee7d0b2cec1e1fca50fe6434ace6579daf..681e1c2b82e85b8652403a21c41589176bef3089 100644 (file)
@@ -72,6 +72,11 @@ volatile LONG GC_max_thread_index = 0; /* Largest index in thread_table      */
 
 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
 
+int GC_thread_is_registered (void)
+{
+       return 1;
+}
+
 /*
  * This may be called from DllMain, and hence operates under unusual
  * constraints.