Author: lupus
Date: 2006-05-23 09:30:18 -0400 (Tue, 23 May 2006)
New Revision: 60997

Modified:
   trunk/mono/mono/metadata/sgen-gc.c
Log:
Fixed windows build.


Modified: trunk/mono/mono/metadata/sgen-gc.c
===================================================================
--- trunk/mono/mono/metadata/sgen-gc.c  2006-05-23 12:54:52 UTC (rev 60996)
+++ trunk/mono/mono/metadata/sgen-gc.c  2006-05-23 13:30:18 UTC (rev 60997)
@@ -121,6 +121,8 @@
       barrier calls in ctors (but that is not valid for other reasons, too).
    *) add write barriers to the Clone methods
  */
+#ifdef HAVE_SGEN_GC
+
 #include <unistd.h>
 #include <stdio.h>
 #include <string.h>
@@ -143,7 +145,6 @@
 #include "metadata/sgen-gc.h"
 #include "metadata/mono-gc.h"
 
-#ifdef HAVE_SGEN_GC
 
 /*
  * ######################################################################

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to