diff options
Diffstat (limited to 'builds')
-rw-r--r-- | builds/msvc/platform.hpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index 4c9cd3a..b20c851 100644 --- a/builds/msvc/platform.hpp +++ b/builds/msvc/platform.hpp @@ -20,15 +20,11 @@ #ifndef __ZMQ_PLATFORM_HPP_INCLUDED__ #define __ZMQ_PLATFORM_HPP_INCLUDED__ -// This is the platform definition for the Windows platform. +// This is the platform definition for the MSVC platform. // As a first step of the build process it is copied to // 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 1 -#define PACKAGE_VERSION_PATCH 0 +// Place any MSVC-specific definitions here. #define ZMQ_HAVE_WINDOWS |