Merge pull request #1922 from antonmes/master
[mono.git] / mono / utils / mono-threads-windows.c
index af7bee62097b4ba6b11f870e81fdf6ee41c251fb..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)