module FFI::Platform

def self.windows?

Returns:
  • (Boolean) -
def self.windows?
  IS_WINDOWS
end