module Rake::Win32

def windows?

True if running on a windows system.
def windows?
  RbConfig::CONFIG["host_os"] =~ %r!(msdos|mswin|djgpp|mingw|[Ww]indows)!
end