Sha256: 459a64f78462f91f7bdc16f949cd9218cf80a5a664629ab5e1f2a8c276082064
Contents?: true
Size: 202 Bytes
Versions: 11
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true require 'facter/resolvers/windows/ffi/ffi' module WinnlsFFI extend FFI::Library ffi_convention :stdcall ffi_lib :kernel32 attach_function :GetACP, [], :uint end
Version data entries
11 entries across 11 versions & 1 rubygems