| Module | HighLine::SystemExtensions::WinAPI |
| In: |
lib/highline/system_extensions.rb
|
| Handle | = | RUBY_VERSION >= "2.0.0" ? Fiddle::Handle : DL::Handle |
| Kernel32 | = | Handle.new("kernel32") |
| Crt | = | Handle.new("msvcrt") rescue Handle.new("crtdll") |