Under VC++ _DLL is set to indicate that the application
authorDr. Stephen Henson <steve@openssl.org>
Sat, 12 May 2001 00:16:56 +0000 (00:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 12 May 2001 00:16:56 +0000 (00:16 +0000)
commit595cc5b4b86327fba7bb0570294f7fb05987485b
tree2070c8da7d79f665495d43e81200e053d23ca3ed
parent29fb08c2de059d22b599f43ce5deaadfed28bc3a
Under VC++ _DLL is set to indicate that the application
will be linked against the DLL runtime library. It is
automatically set when /MD is used.

As a result OpenSSL shouldn't use _DLL to determine if
it should set OPENSSL_OPT_WINDLL because this will
cause linkage conflicts with static builds which do
include the /MD compiler switch.
e_os2.h