0MQ compilable on winXP mingw with --with-pgm2 option

This commit is contained in:
malosek
2009-10-06 12:57:24 +02:00
parent ac83175ef0
commit 7afc61ae7c
9 changed files with 88 additions and 43 deletions

View File

@@ -24,13 +24,19 @@
#if defined ZMQ_HAVE_OPENPGM
#ifdef ZMQ_HAVE_WINDOWS
#include "windows.hpp"
#endif
#include <map>
#include <pgm/pgm.h>
#include "io_object.hpp"
#include "i_engine.hpp"
#include "options.hpp"
#include "zmq_decoder.hpp"
#include "pgm_socket.hpp"
#include <map>
namespace zmq
{