module Rake::Win32

def windows?

True if running on a windows system.
def windows?
  AltSystem::WINDOWS
end