Module HighLine::SystemExtensions::WinAPI
In: lib/highline/system_extensions.rb

Methods

Included Modules

Fiddle

Constants

Handle = RUBY_VERSION >= "2.0.0" ? Fiddle::Handle : DL::Handle
Kernel32 = Handle.new("kernel32")
Crt = Handle.new("msvcrt") rescue Handle.new("crtdll")

Public Class methods

[Validate]