Skip to content
  • Nick Mathewson's avatar
    Fix some mingw build warnings · b482c870
    Nick Mathewson authored
    These include:
       - Having a weird in_addr that can't be initialized with {0}
       - Needing INVALID_HANDLE_VALUE instead of -1 for file handles.
       - Having a weird dependent definition for struct stat.
       - pid is signed, not unsigned.
    b482c870