From: Andy Polyakov Date: Tue, 3 May 2005 21:20:17 +0000 (+0000) Subject: Cygwin doesn't expose Win32 [not "officially"]. X-Git-Tag: BEN_FIPS_TEST_8~42^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c7ff6dc9001d01eb7afd28916ccc7ef79d38d2;p=thirdparty%2Fopenssl.git Cygwin doesn't expose Win32 [not "officially"]. --- diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 7b86e599ff6..6f8b0ff4e5a 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