Sha256: cda4e466467817564ae60c96fefea77cb6a1bc864aa1c9f08fbb7a57d5dcd73c

Contents?: true

Size: 308 Bytes

Versions: 4

Compression:

Stored size: 308 Bytes

Contents

module FreeImage
  if !self.msvc?
    typedef :int32,  :bool
    typedef :uint8,  :byte
    typedef :uint16, :word
    typedef :uint32, :dword
    typedef :int32,  :long
  else
    typedef :long,   :bool
    typedef :uchar,  :byte
    typedef :ushort, :word
    typedef :ulong,  :dword
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
free-image-0.8.1 lib/free-image/types/ffi.rb
free-image-0.8.0 lib/free-image/types/ffi.rb
free-image-0.7.1 lib/free-image/types/ffi.rb
free-image-0.7.0 lib/free-image/types/ffi.rb