Sha256: 7cec63a004b06c0353f7726c977d5d5f63abc184672e97b76b7e5dfa70264970

Contents?: true

Size: 280 Bytes

Versions: 32

Compression:

Stored size: 280 Bytes

Contents

# frozen_string_literal: true

require 'ffi'

module Puppet
  module FFI
    module Windows
      require_relative 'windows/api_types'
      require_relative 'windows/constants'
      require_relative 'windows/structs'
      require_relative 'windows/functions'
    end
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
puppet-8.10.0 lib/puppet/ffi/windows.rb
puppet-8.10.0-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.10.0-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.10.0-universal-darwin lib/puppet/ffi/windows.rb
puppet-8.9.0 lib/puppet/ffi/windows.rb
puppet-8.9.0-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.9.0-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.9.0-universal-darwin lib/puppet/ffi/windows.rb
puppet-8.8.1 lib/puppet/ffi/windows.rb
puppet-8.8.1-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.8.1-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.8.1-universal-darwin lib/puppet/ffi/windows.rb
puppet-8.7.0 lib/puppet/ffi/windows.rb
puppet-8.7.0-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.7.0-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.7.0-universal-darwin lib/puppet/ffi/windows.rb
puppet-8.6.0 lib/puppet/ffi/windows.rb
puppet-8.6.0-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.6.0-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.6.0-universal-darwin lib/puppet/ffi/windows.rb