* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / FillMode.cs
index 0eae397d020ab9b3793ff3325e09b931484ba936..5ef15dc879e73fea8230559a050e6bc318b9626a 100644 (file)
@@ -1,15 +1,12 @@
-//\r
-// System.Drawing.Drawing2D.FillMode.cs\r
-//\r
-// Author:\r
-//   Stefan Maierhofer <sm@cg.tuwien.ac.at>\r
-//   Dennis Hayes (dennish@Raytek.com)\r
-//\r
-// (C) 2002/3 Ximian, Inc\r
-//\r
-
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// System.Drawing.Drawing2D.FillMode.cs
+//
+// Author:
+//   Stefan Maierhofer <sm@cg.tuwien.ac.at>
+//   Dennis Hayes (dennish@Raytek.com)
+//
+// (C) 2002/3 Ximian, Inc
+// 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
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-\r
-using System;\r
-\r
-namespace System.Drawing.Drawing2D {\r
-       /// <summary>\r
-       /// Summary description for FillMode.\r
-       /// </summary>\r
-       [Serializable]\r
-       public enum FillMode {\r
-               Alternate = 0,\r
-               Winding = 1\r
-       }\r
-}\r
+
+namespace System.Drawing.Drawing2D {
+
+#if ONLY_1_1
+       [Serializable]
+#endif
+       public enum FillMode {
+               Alternate = 0,
+               Winding = 1
+       }
+}