Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and OPENSSL_GLOBAL.
Submitted by Compaq.
This commit is contained in:
parent
78e7617324
commit
f520a2a8c2
2
e_os2.h
2
e_os2.h
@ -23,7 +23,7 @@ extern "C" {
|
|||||||
declared explicitely with globaldef and globalref. On other OS:es,
|
declared explicitely with globaldef and globalref. On other OS:es,
|
||||||
these macros are defined with something sensible. */
|
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_EXTERN globalref
|
||||||
# define OPENSSL_GLOBAL globaldef
|
# define OPENSSL_GLOBAL globaldef
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user