module PKGConfig

def msvc?

def msvc?
  /mswin32/.match(RUBY_PLATFORM) and /^cl\b/.match(Config::CONFIG['CC'])
end