This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\neovide] | |
@="Open with Neovide" | |
"Icon"="\"C:\\Program Files\\Neovide\\neovide.exe\"" | |
[HKEY_CLASSES_ROOT\*\shell\neovide\command] | |
@="\"C:\\Program Files\\Neovide\\neovide.exe\" \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\neovide] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open System | |
open System.Runtime.InteropServices | |
[<Literal>] | |
let MAXIMUM_XSTATE_FEATURES = 64 | |
[<Literal>] | |
let PROCESSOR_FEATURE_MAX = 64 | |
[<Struct; StructLayout(LayoutKind.Sequential)>] |