Module: ChildProcess::Windows::Lib

Extended by:
FFI::Library
Defined in:
lib/pdk/monkey_patches.rb

Class Method Summary collapse

Methods included from FFI::Library

attach_function_private

Class Method Details

.msvcrt_nameObject



54
55
56
# File 'lib/pdk/monkey_patches.rb', line 54

def self.msvcrt_name
  RbConfig::CONFIG['RUBY_SO_NAME'][/msvc\w+/] || 'ucrtbase'
end