# File lib/rcodetools/xmpfilter.rb, line 31
  def windows?
    /win|mingw/ =~ RUBY_PLATFORM && /darwin/ !~ RUBY_PLATFORM
  end