Commit c9e6c3d70f837755c3ea66700ff70f61d1e18015

billsegall 2015-12-16T11:17:36

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.