mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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…
x
Reference in New Issue
Block a user