Temporary changes for mingw-w64 release.

This commit is contained in:
lotodore
2010-10-09 00:07:33 +00:00
parent a73940b25e
commit 66b688b5b8
+1 -1
View File
@@ -55,7 +55,7 @@
// "2. Can I use OpenSSL with GPL software?"
// http://www.openssl.org/support/faq.html#LEGAL2
//
#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
#if defined(_WIN64) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
#define HAVE_OPENSSL
#endif