use TARGET_JVM for java specific code
authorAndrew Skiba <andrews@mono-cvs.ximian.com>
Wed, 17 May 2006 14:52:15 +0000 (14:52 -0000)
committerAndrew Skiba <andrews@mono-cvs.ximian.com>
Wed, 17 May 2006 14:52:15 +0000 (14:52 -0000)
svn path=/trunk/mcs/; revision=60780

mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlAgilityPack/tools.cs

index 87209529d8f86f17e0f3cd4b18bea59f818545eb..5d52bd1ee6775e567d31a9a976abceb4170e74ad 100644 (file)
@@ -23,7 +23,7 @@ namespace HtmlAgilityPack
                        File.Copy(source, target, true);
                }
     }
-#if !MONO
+#if TARGET_JVM
     internal struct HtmlLibrary
        {
                [Conditional("DEBUG")]