Enable the System build for monodroid
[mono.git] / mcs / class / System / System.Diagnostics / ProcessPriorityClass.cs
index 60217a7654487f09da4fc0739b1b5b2425aead16..1e58a8c6384eb98f41ad424ad3fa11a273d987f1 100644 (file)
@@ -29,7 +29,9 @@
 //
 
 namespace System.Diagnostics {
+#if !NET_2_0
        [Serializable]
+#endif
        public enum ProcessPriorityClass {
                AboveNormal=0x08000,
                BelowNormal=0x04000,