mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 22:41:00 +00:00
Merge branch 'master' of https://github.com/thefiddler/opentk
This commit is contained in:
commit
dc00ea7ea5
|
@ -1631,7 +1631,7 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
internal static readonly IntPtr MESSAGE_ONLY = new IntPtr(-3);
|
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
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue