mirror of https://github.com/openssl/openssl.git
Cygwin doesn't expose Win32 [not "officially"].
This commit is contained in:
parent
647907918d
commit
34c7ff6dc9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue