From f520a2a8c20fbcb292a8bd41f6145e1bf5d1264f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 6 Apr 2002 11:37:07 +0000 Subject: [PATCH] Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and OPENSSL_GLOBAL. Submitted by Compaq. --- e_os2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e_os2.h b/e_os2.h index 5a25ac7cf6..3d1dec1cfa 100644 --- a/e_os2.h +++ b/e_os2.h @@ -23,7 +23,7 @@ extern "C" { declared explicitely with globaldef and globalref. On other OS:es, these macros are defined with something sensible. */ -#if defined(VMS) && !defined(__DECC) +#if defined(VMS) && !defined(__DECC) && !defined(__DECCXX) # define OPENSSL_EXTERN globalref # define OPENSSL_GLOBAL globaldef #else -- 2.25.1