[winforms] Use conditional attributes, not ifdefs to insert conditional code
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / StandardCharName.cs
index 3c75464d10460474bf30a65b104ed79273abee59..0190b798cf2a10f7c1833f424c261ae1c6e310bc 100644 (file)
 // COMPLETE
 
 namespace System.Windows.Forms.RTF {
-       internal class StandardCharName {
+
+#if RTF_LIB
+       public
+#else
+       internal
+#endif
+       class StandardCharName {
                public static string[] Names = {
                        "nothing",
                        "space",