zmq_version fixed on Win32 platform

This commit is contained in:
unknown 2010-02-17 20:16:19 +01:00
parent f745c96a9b
commit 41354bfa98

View File

@ -25,6 +25,11 @@
// zmq directory to take place of platform.hpp generated from
// platform.hpp.in on platforms supported by GNU autotools.
// 0MQ version information
#define PACKAGE_VERSION_MAJOR 2
#define PACKAGE_VERSION_MINOR 0
#define PACKAGE_VERSION_PATCH 6
#define ZMQ_HAVE_WINDOWS
#define _WINSOCKAPI_
#define NOMINMAX