diff options
author | Andy Polyakov <appro@openssl.org> | 2005-04-07 15:51:55 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-04-07 15:51:55 +0000 |
commit | e1d51de41fafc515e9d2f17ed3c83d5b1fa5e847 (patch) | |
tree | 1b0acef4957e2dd7ed04f336393e74fa9df65e0a /crypto/cryptlib.c | |
parent | 81ee80ab88941658d7d427c76e1a6c94debfb4a3 (diff) | |
download | openssl-new-e1d51de41fafc515e9d2f17ed3c83d5b1fa5e847.tar.gz |
Harmonize cygwin/mingw and VC targets.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r-- | crypto/cryptlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 3cfcb9e602..91f9dc4f58 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -573,7 +573,7 @@ void OPENSSL_cpuid_setup(void) void OPENSSL_cpuid_setup(void) {} #endif -#if (defined(_WIN32) || defined(__CYGWIN__)) && defined(_DLL) +#if (defined(_WIN32) || defined(__CYGWIN__)) && defined(_WINDLL) #ifdef __CYGWIN__ /* pick DLL_[PROCESS|THREAD]_[ATTACH|DETACH] definitions */ #include <windows.h> |