summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-03 21:20:17 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-03 21:20:17 +0000
commit34c7ff6dc9001d01eb7afd28916ccc7ef79d38d2 (patch)
treeac8a6fd0911457fecc8ce477114b929a4b419182 /crypto
parent647907918d7ad6708548af9c0fbcc008ad1acc31 (diff)
downloadopenssl-new-34c7ff6dc9001d01eb7afd28916ccc7ef79d38d2.tar.gz
Cygwin doesn't expose Win32 [not "officially"].
Diffstat (limited to 'crypto')
-rw-r--r--crypto/cryptlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 7b86e599ff..6f8b0ff4e5 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -620,7 +620,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
}
#endif
-#if defined(_WIN32)
+#if defined(_WIN32) && !defined(__CYGWIN__)
#include <tchar.h>
#if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333