Sha256: 39e04e0a58ff4c4bcaf3fd1a5825d78a8a2da814eefc68de2bb63d03cdfecfe1

Contents?: true

Size: 279 Bytes

Versions: 20

Compression:

Stored size: 279 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

20 entries across 20 versions & 1 rubygems

Version Path
puppet-8.3.0 lib/puppet/ffi/windows.rb
puppet-8.3.0-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.3.0-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.3.0-universal-darwin lib/puppet/ffi/windows.rb
puppet-8.3.1 lib/puppet/ffi/windows.rb
puppet-8.3.1-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.3.1-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.3.1-universal-darwin lib/puppet/ffi/windows.rb
puppet-8.2.0 lib/puppet/ffi/windows.rb
puppet-8.2.0-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.2.0-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.2.0-universal-darwin lib/puppet/ffi/windows.rb
puppet-8.1.0 lib/puppet/ffi/windows.rb
puppet-8.1.0-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.1.0-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.1.0-universal-darwin lib/puppet/ffi/windows.rb
puppet-8.0.1 lib/puppet/ffi/windows.rb
puppet-8.0.1-x86-mingw32 lib/puppet/ffi/windows.rb
puppet-8.0.1-x64-mingw32 lib/puppet/ffi/windows.rb
puppet-8.0.1-universal-darwin lib/puppet/ffi/windows.rb