summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-04-07 15:51:55 +0000
committerAndy Polyakov <appro@openssl.org>2005-04-07 15:51:55 +0000
commite1d51de41fafc515e9d2f17ed3c83d5b1fa5e847 (patch)
tree1b0acef4957e2dd7ed04f336393e74fa9df65e0a /crypto/cryptlib.c
parent81ee80ab88941658d7d427c76e1a6c94debfb4a3 (diff)
Harmonize cygwin/mingw and VC targets.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c2
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>