Edit

kc3-lang/libevent/include

Branch :

  • Show log

    Commit

  • Author : billsegall
    Date : 2015-12-16 11:17:36
    Hash : c9e6c3d7
    Message : The Windows socket type is defined as SOCKET. Under the hood it's an unsigned rather than a signed type and whilst C compilers are largely happy with this C++ compilers tend to be fussy about class function signatures which makes C++ usage of libevent problematic.