From d0a464fc30b3045ba20ecdfade3772b6bfb86bba Mon Sep 17 00:00:00 2001 From: jfrijters Date: Fri, 22 Jun 2007 07:02:22 +0000 Subject: [PATCH] *** empty log message *** --- runtime/classpath.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/classpath.cs b/runtime/classpath.cs index bdb0f8d8..83070784 100644 --- a/runtime/classpath.cs +++ b/runtime/classpath.cs @@ -21,6 +21,7 @@ jeroen@frijters.net */ +#if !OPENJDK using System; using System.Collections; using System.IO; @@ -1217,3 +1218,4 @@ namespace ikvm.@internal } } #endif // !FIRST_PASS +#endif // !OPENJDK