This commit is contained in:
Stefanos A 2013-10-22 16:58:33 +02:00
commit dc00ea7ea5

View file

@ -1631,7 +1631,7 @@ namespace OpenTK.Platform.Windows
internal static readonly IntPtr MESSAGE_ONLY = new IntPtr(-3);
internal static readonly IntPtr HKEY_LOCAL_MACHINE = new IntPtr(0x80000002);
internal static readonly IntPtr HKEY_LOCAL_MACHINE = new IntPtr(unchecked((int)0x80000002));
}
#endregion