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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2011-06-29 14:27:09 +00:00
parent cd58d6d412
commit 69b5469b2c
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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> Wed Jun 29 23:09:14 2011 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw. * ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw.

View file

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