mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-22 07:01:14 +01:00
fixed OpenPGM compilation on mingw32
This commit is contained in:
parent
8f57ff4634
commit
e5ff617c4e
@ -65,4 +65,8 @@
|
||||
#include <ipexport.h>
|
||||
#include <process.h>
|
||||
|
||||
// On mingw environment AI_NUMERICSERV is not defined, needed in ip.cpp.
|
||||
#ifndef AI_NUMERICSERV
|
||||
#define AI_NUMERICSERV 0x0400
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user