mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
Merge pull request #941 from veegee/master
Fix building on MinGW64 Windows
This commit is contained in:
commit
c217ab73b1
@ -49,8 +49,8 @@
|
||||
#include <Mstcpip.h>
|
||||
#endif
|
||||
|
||||
// Workaround missing Mstcpip.h in mingw32
|
||||
#if defined __MINGW32__ && !defined SIO_KEEPALIVE_VALS
|
||||
// Workaround missing Mstcpip.h in mingw32 (MinGW64 provides this)
|
||||
#if defined __MINGW32__ && !defined SIO_KEEPALIVE_VALS && !defined __MINGW64__
|
||||
struct tcp_keepalive {
|
||||
u_long onoff;
|
||||
u_long keepalivetime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user