module FFI_Yajl::Platform

def windows?

def windows?
  !!(RUBY_PLATFORM =~ /mswin|mingw|cygwin|windows/)
end