>From what I remember, the MS style was for each library to have its own
XXX_IMPORT macro:
        #ifndef BUILDING_XXX
        #define XXX_IMPORT __declspec(dllimport)
        #else
        #define XXX_IMPORT __declspec(dllexport)
        #endif
And only the XXX makefiles had -DBUILDING_XXX (or rather /D BUILDING_XXX).

Is that the kind of thing you mean?

A quick spin with one of hte dev studio wizards to build a DLL should show you
the style.
        /r$
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to