[threading] Fix coop+windows compilation.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 20 Apr 2015 20:46:13 +0000 (16:46 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 20 Apr 2015 20:46:13 +0000 (16:46 -0400)
mono/utils/mono-threads-windows.c

index b5008b4859eb3ae099d0e0631792b58934c525bb..9f3581e9a3907848b62de857f26aaa6546f60570 100755 (executable)
@@ -152,6 +152,16 @@ mono_threads_platform_free (MonoThreadInfo *info)
 {
 }
 
+void
+mono_threads_core_begin_global_suspend (void)
+{
+}
+
+void
+mono_threads_core_end_global_suspend (void)
+{
+}
+
 #endif
 
 #if defined (HOST_WIN32)
@@ -407,14 +417,4 @@ mono_threads_core_clear_interruption (void)
 {
 }
 
-void
-mono_threads_core_begin_global_suspend (void)
-{
-}
-
-void
-mono_threads_core_end_global_suspend (void)
-{
-}
-
 #endif