2
0
Эх сурвалжийг харах

* ConfigurationSettings.cs: remove CONFIGURATION_2_0 #if since NET_2_0
implies it.

svn path=/trunk/mcs/; revision=64228

Konstantin Triger 19 жил өмнө
parent
commit
d020097e71

+ 5 - 0
mcs/class/System/System.Configuration/ChangeLog

@@ -1,3 +1,8 @@
+2006-08-23  Konstantin Triger <[email protected]>
+
+	* ConfigurationSettings.cs: remove CONFIGURATION_2_0 #if since NET_2_0
+		implies it.
+
 2006-07-31  Sebastien Pouliot  <[email protected]>
 
 	* ConfigurationSettings.cs: Assert FileIOPermission when loading a 

+ 1 - 1
mcs/class/System/System.Configuration/ConfigurationSettings.cs

@@ -527,7 +527,7 @@ namespace System.Configuration
 					value = reader.Value;
 				}
 				else 
-#if NET_2_0 && CONFIGURATION_2_0
+#if NET_2_0
 				if (reader.Name != "type")
 #endif
 					ThrowException ("Unrecognized attribute.", reader);