2007-05-30 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / MetafileType.cs
index 24415c002ee1b7c131a07890ae52911468ff9454..42dfff4be411da394bb9fb3249586945e581b026 100644 (file)
@@ -5,10 +5,7 @@
 //     Gonzalo Paniagua Javier (gonzalo@ximian.com)
 //
 // (C) 2002 Ximian, Inc (http://www.ximian.com)
-//
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-namespace System.Drawing.Imaging
-{
+namespace System.Drawing.Imaging {
+
+#if ONLY_1_1
        [Serializable]
-       public enum MetafileType
-       {
+#endif
+       public enum MetafileType {
                Invalid = 0,
                Wmf = 1,
                WmfPlaceable = 2,