• Show log

    Commit

  • Hash : 45b0ebdc
    Author : Nick Wellnhofer
    Date : 2017-10-09T00:08:10

    socklen_t is always int on Windows
    
    Define XML_SOCKLEN_T as `int` unconditionally in wsockcompat.h. Fixes
    compiler warnings and removes some duplicated code.