Skip to content
Snippets Groups Projects
  1. Apr 16, 2020
    • Ryan Tandy's avatar
      ITS#8383 Look for socklen_t in <ws2tcpip.h> too · 6fe9b0c6
      Ryan Tandy authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
      MinGW targets do not have the <sys/socket.h> header. The configure check
      would conclude that there is no socklen_t type, resulting in portable.h
      containing its own definition of socklen_t, which would later conflict
      with the actual definition in <ws2tcpip.h>.
      
      Add <ws2tcpip.h> to the configure check for socklen_t, so that the
      defined type is correctly detected.
      6fe9b0c6
  2. Apr 15, 2020
  3. Apr 13, 2020
  4. Apr 06, 2020
  5. Apr 02, 2020
  6. Mar 24, 2020
  7. Feb 21, 2020
  8. Feb 19, 2020
  9. Feb 06, 2020
  10. Feb 03, 2020
  11. Jan 30, 2020
  12. Jan 28, 2020
  13. Jan 25, 2020
Loading