diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-29 08:16:02 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-29 08:16:02 +0000 |
commit | 9ba0dcb904addc2cec449ceab24ccf5f9f9dcb35 (patch) | |
tree | a770c42926c5e5508417355b6ad14489283ecce2 /ChangeLog | |
parent | 2cd51a22a205dc24c324ae1c6c31b7e241ca2bc7 (diff) |
merge revision(s) 17108:
* ext/openssl/ossl.h: include winsock.h if USE_WINSOCK2 is not defined.
a patch from arton <artonx at yahoo.co.jp> in [ruby-dev:35078]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Jun 29 17:15:49 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * ext/openssl/ossl.h: include winsock.h if USE_WINSOCK2 is not defined. + a patch from arton <artonx at yahoo.co.jp> in [ruby-dev:35078] + Sun Jun 29 17:09:48 2008 wanabe <s.wanabe@gmail.com> * util.c (ruby_strtod): ruby_strtod don't allow a trailing |