>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]
- Windows, DLLs and variables. Dr S N Henson
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Dr S N Henson
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Dr S N Henson
- Re: Windows, DLLs and variables. Rich Salz
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Dr S N Henson
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Jeffrey Altman
- Re: Windows, DLLs and variables. Dr S N Henson
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Dr S N Henson
- Small patch to Configure for SCO Op... Phillip Porch
- Re: Windows, DLLs and variables. Rob Neff
