Skip to content
  • Kirk Webb's avatar
    Remove references to _WIN32 and add Windowsy lookup of bossnode to tmcc. · d963a149
    Kirk Webb authored
    Modify tmcc to purge old references to _WIN32 and add code to pull the
    nameserver IP address via the "IP Helper" Windows API instead of the
    resolver library.  The latter relies on resolv.conf, which isn't normally
    needed or used under Cygwin.  This frees us from having to cons up something
    to manage resolv.conf, and is more aligned with Cygwin best practices.
    d963a149