Added missed field
authorAlejandro Sánchez Acosta <asanchez@mono-cvs.ximian.com>
Thu, 28 Nov 2002 23:46:28 +0000 (23:46 -0000)
committerAlejandro Sánchez Acosta <asanchez@mono-cvs.ximian.com>
Thu, 28 Nov 2002 23:46:28 +0000 (23:46 -0000)
svn path=/trunk/mcs/; revision=9234

mcs/class/corlib/Microsoft.Win32/ChangeLog
mcs/class/corlib/Microsoft.Win32/Registry.cs

index e2a861db4d0fce7035bf080e979a5934b509ea99..637edc4ca09e819a7e32fa185737c5581ffaab40 100755 (executable)
@@ -1,8 +1,14 @@
+2002-11-28  Alejandro Sánchez Acosta  <raciel@es.gnu.org>\r
+\r
+       * Registry.cs: Added missed field.\r
+\r
+\r
 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
 \r
        * RegistryHive.cs: patch from Jackson Harper that fixes compilation.\r
 \r
-  2002-11-27  DennisHayes <dennish@raytek.com> \r
+2002-11-27  DennisHayes <dennish@raytek.com>   \r
+\r
        * checkin for Alexandre Pigolkine (pigolkine@gmx.de) with minor changes\r
        * needed for System.Windows.Forms\r
        \r
index 92c632f9736e6eec3b2c0309a040a831b985eae8..1d2bef2f6f28e0b7ed2dcc8dd160d85495e851b7 100644 (file)
@@ -15,6 +15,7 @@ namespace Microsoft.Win32
                public static readonly RegistryKey CurrentUser;
                public static readonly RegistryKey DynData;
                public static readonly RegistryKey LocalMachine;
+               public static readonly RegistryKey PerformanceData;
                public static readonly RegistryKey Users;
        }
-}
\ No newline at end of file
+}