Commit e5ff617c authored by malosek's avatar malosek

fixed OpenPGM compilation on mingw32

parent 8f57ff46
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment