Use `NET_2_0', not `GENERICS'.
authorMartin Baulig <martin@novell.com>
Thu, 29 Apr 2004 18:30:34 +0000 (18:30 -0000)
committerMartin Baulig <martin@novell.com>
Thu, 29 Apr 2004 18:30:34 +0000 (18:30 -0000)
svn path=/trunk/mcs/; revision=26325

12 files changed:
mcs/class/corlib/System.Collections.Generic/ICollection.cs
mcs/class/corlib/System.Collections.Generic/IComparable.cs
mcs/class/corlib/System.Collections.Generic/IComparer.cs
mcs/class/corlib/System.Collections.Generic/IDictionary.cs
mcs/class/corlib/System.Collections.Generic/IEnumerable.cs
mcs/class/corlib/System.Collections.Generic/IEnumerator.cs
mcs/class/corlib/System.Collections.Generic/IKeyComparer.cs
mcs/class/corlib/System.Collections.Generic/IList.cs
mcs/class/corlib/System.Collections.Generic/KeyValuePair.cs
mcs/class/corlib/System.Collections.Generic/List.cs
mcs/class/corlib/System.Collections.Generic/Queue.cs
mcs/class/corlib/System.Collections.Generic/Stack.cs

index 84907a854562c3099260054351f25e652826bbc3..0ecabf606ee45a0d71c435e43f9ee03deb64dc89 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index c4c3bcb22edd1d532544c9f6f58ab101feda0960..8d16bf845c672bdaceb07fb0638ddb58d8249919 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index dce7beb5298cdb68c72959a814db4a375788ddf2..e2605006aa7c1f11ef49ede90a7c5586a624834c 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index d44b3426ac76a70dbfe2e01ecb1d84edac07806b..9c28dcf79e5fcef2d14d1da70a876824c7ff455b 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index de13b7cd5ca9cbb837076a5eb5039ec60572f789..0fb737932d47773adcf75be6f593491236c1a25f 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index acec6e6a0d8374f7cc2e80af9cfb5ea29c3dc964..ea02b0b2f6218bca8c8c308bcfa5c3edd2956607 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index 68381fb4c934a1ceffee962f11226fa11244d84f..7a13f47337f32fe9071016be57ac620742388597 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index b4ef62e455bc46b89fc829dbb7fbd54b5d976bc1..d835044d7d07f855fabf23b1097cfbe6c413980a 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index 28b2355cdbef5815814bb347d9cd8be4286deb1e..5346123e5a3d17defeb75badc77f6cdebe7ebd96 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Ben Maurer
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index db22a4c5245c1e2e05ca59b2024add2bd19da129..987774eb0548e2d34e610f685b577855a7c8efa2 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2004 Novell, Inc.
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Collections;
 using System.Runtime.InteropServices;
index acde4840c3275c244ff75992bf9861ca7bfd2314..e54a509636a87e9252365cac3b5cee61b29682d2 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
index 897cecca652729bfaa2d3ffdcbec5b4762a405f1..ef818c6ea9dfdf831db61b72d3c15efdfcb499e3 100644 (file)
@@ -8,7 +8,7 @@
 // (C) 2003 Novell, Inc.
 //
 
-#if GENERICS
+#if NET_2_0
 using System;
 using System.Runtime.InteropServices;