> I would have much
> prefered if the whole __declspec() business could be magically taken
> away, but it doesn't look like a possibility...

I don't think that's possible -- you don't normally get magic #define's
turned on for DLL vs static, e.g.

On the other hand, I'd like to see it like this:
#ifdef OPENSSL_STATIC_LIB
#define OPENSSL_EXTERN extern
#endif
#ifndef OPENSSL_EXTERN
#define OPENSSL_EXTERN OPENSSL_IMPORT
#endif

That would let folks define OPENSSL_EXTERN via -D (or /D or /def) flags
        /r$
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to