* System.Drawing/Image.cs: On win32, when cloning images initialized from
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / MetafileFrameUnit.cs
index 2635952099d8880ec35ea3149114fe146e68b270..1d3a2e2235cc719e6f163c7b3974fb97539c6206 100644 (file)
@@ -1,11 +1,9 @@
 //
 // System.Drawing.Imaging.MetafileFrameUnit.cs
 //
-// (C) 2002 Ximian, Inc.  http://www.ximian.com
 // Author: Dennis Hayes (dennish@raytek.com)
 //
-
-//
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-using System;
-namespace System.Drawing.Imaging 
-{
+
+namespace System.Drawing.Imaging {
+
+#if ONLY_1_1
        [Serializable]
+#endif
        public enum MetafileFrameUnit {
                Document = 5,
                GdiCompatible = 7,