Different fixed to make OpenVMS port work.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Brett Cameron
2011-03-08 14:39:52 +01:00
committed by Martin Sustrik
parent 184bdb8e2b
commit b00be2651c
5 changed files with 14 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
#include "platform.hpp"
#ifdef ZMQ_HAVE_SOLARIS
#if defined ZMQ_HAVE_SOLARIS || defined ZMQ_HAVE_OPENVMS
#include <inttypes.h>
@@ -54,14 +54,6 @@ typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
#endif
#elif defined ZMQ_HAVE_OPENVMS
#include <types.h>
typedef unsigned __int8 uint8_t;
typedef unsigned __int16 uint16_t;
typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
#else
#include <stdint.h>