瀏覽代碼

Use XML_DEP.

svn path=/trunk/mcs/; revision=32242
Duncan Mak 21 年之前
父節點
當前提交
760e3adff8

+ 4 - 1
mcs/class/System/System.Configuration/ChangeLog

@@ -1,6 +1,9 @@
 2004-08-11  Duncan Mak  <[email protected]>
 
-	* ProtectedConfigurationProvider.cs:
+	* ProtectedConfigurationProvider.cs: Use XML_DEP.
+
+2004-08-11  Duncan Mak  <[email protected]>	
+
 	* ProviderBase.cs: Implemented.
 
 	* ConfigurationPropertyAttribute.cs: Implemented attribute.

+ 2 - 0
mcs/class/System/System.Configuration/ProtectedConfigurationProvider.cs

@@ -27,6 +27,7 @@
 //
 
 #if NET_2_0
+#if XML_DEP
 using System.Xml;
 
 namespace System.Configuration
@@ -43,3 +44,4 @@ namespace System.Configuration
         }
 }
 #endif
+#endif