X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=e_os2.h;h=3d1dec1cfa24ee523694fc808006c70a0cfea6f2;hb=6e7af77268c2b83acdcd18bb7098cf1194abfb17;hp=5a25ac7cf6e2ab775ec10cbc1ea93b237a5d264c;hpb=71cbb0f1282773ffb6042936b90435759824fd51;p=oweals%2Fopenssl.git 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