* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / System.Data / System.Data.Common / DbTable.cs
index 63e7900b4aa0ae6cba2c89cb881f7cfbae6fc4d4..69666b15787c0c88c20c6b3e4db978e117066d43 100644 (file)
@@ -30,7 +30,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 || TARGET_JVM
 
 using System.ComponentModel;
 
@@ -241,4 +241,4 @@ namespace System.Data.Common {
        }
 }
 
-#endif // NET_2_0
+#endif