From b00be2651c39d0c08064f206b31a14e810ba0b22 Mon Sep 17 00:00:00 2001 From: Brett Cameron Date: Tue, 8 Mar 2011 14:39:52 +0100 Subject: Different fixed to make OpenVMS port work. Signed-off-by: Martin Sustrik --- src/stdint.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/stdint.hpp') diff --git a/src/stdint.hpp b/src/stdint.hpp index 3ee6c06..73186d3 100644 --- a/src/stdint.hpp +++ b/src/stdint.hpp @@ -23,7 +23,7 @@ #include "platform.hpp" -#ifdef ZMQ_HAVE_SOLARIS +#if defined ZMQ_HAVE_SOLARIS || defined ZMQ_HAVE_OPENVMS #include @@ -54,14 +54,6 @@ typedef unsigned __int32 uint32_t; typedef unsigned __int64 uint64_t; #endif -#elif defined ZMQ_HAVE_OPENVMS - -#include -typedef unsigned __int8 uint8_t; -typedef unsigned __int16 uint16_t; -typedef unsigned __int32 uint32_t; -typedef unsigned __int64 uint64_t; - #else #include -- cgit v1.2.3