fixed OpenPGM compilation on mingw32

This commit is contained in:
malosek 2010-01-27 20:58:40 +01:00
parent 8f57ff4634
commit e5ff617c4e

View File

@ -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