* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2011-06-29 14:22:02 +00:00
parent d7ccf5e1cc
commit 2a9819b747
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Wed Jun 29 23:17:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).
Wed Jun 29 23:09:14 2011 WATANABE Hirofumi <eban@ruby-lang.org>
* ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.
* ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw.
Wed Jun 29 22:49:10 2011 Keiju Ishitsuka <keiju@ishitsuka.com>

View File

@ -46,6 +46,7 @@ extern "C" {
#if defined(_WIN32)
# define OSSL_NO_CONF_API 1
# define OPENSSL_SYS_WIN32 1
# include <winsock2.h>
#endif
#include <errno.h>