# File lib/mongrel_config/win32.rb, line 46
  def W32Support.start(service_name)
    W32Support.do_and_wait(service_name, :start, /running/) do |status|
      yield status
    end
  end