Added project file for TARGET_JVM.
[mono.git] / libgc / win32_threads.c
old mode 100755 (executable)
new mode 100644 (file)
index d2e97de..681e1c2
@@ -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.