From: Andy Polyakov Date: Tue, 3 May 2005 21:20:17 +0000 (+0000) Subject: Cygwin doesn't expose Win32 [not "officially"]. X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=34c7ff6dc9001d01eb7afd28916ccc7ef79d38d2;p=oweals%2Fopenssl.git Cygwin doesn't expose Win32 [not "officially"]. --- 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 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333