Another one required by changes in gmcs
authorMiguel de Icaza <miguel@gnome.org>
Wed, 27 Aug 2008 18:31:57 +0000 (18:31 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 27 Aug 2008 18:31:57 +0000 (18:31 -0000)
svn path=/trunk/mcs/; revision=111731

mcs/class/corlib/System.Runtime.CompilerServices/RuntimeCompatibilityAttribute.cs

index 1f3740876ad50b2b0b988f9e69b0deec4a6a32a8..57228f94b25a1e6c31c6e42f758db09a16f5c6f8 100644 (file)
@@ -30,7 +30,7 @@
 
 using System;
 
-#if NET_2_0
+#if NET_2_0 || BOOTSTRAP_NET_2_0
 
 namespace System.Runtime.CompilerServices {