mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
zmq_version fixed on Win32 platform
This commit is contained in:
parent
f745c96a9b
commit
41354bfa98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user