]> granicus.if.org Git - gc/blobdiff - misc.c
Do not define GC_write_cs for Xbox One target
[gc] / misc.c
diff --git a/misc.c b/misc.c
index c063b26c5748933d36c1701656a70c7327254735..9d02f65e239482fbbf94ec09cc8b2e0427e4e4ed 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -749,8 +749,7 @@ GC_API int GC_CALL GC_is_init_called(void)
   return GC_is_initialized;
 }
 
-#if (defined(MSWIN32) || defined(MSWINCE) || defined(MSWIN_XBOX1)) \
-    && defined(THREADS)
+#if (defined(MSWIN32) || defined(MSWINCE)) && defined(THREADS)
   GC_INNER CRITICAL_SECTION GC_write_cs;
 #endif