From 8db2aa121631435b68160d9d7836a77415dcb0ea Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 6 May 2010 13:21:42 +0000 Subject: * cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400 on Windows because Fiber APIs are supported only such building (and running) environments. [ruby-dev:41192] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7fe28bd6d8..ab24b731ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu May 6 22:19:38 2010 NAKAMURA Usaku + + * cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400 + on Windows because Fiber APIs are supported only such building + (and running) environments. + [ruby-dev:41192] + Thu May 6 19:13:43 2010 NAKAMURA, Hiroshi * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is -- cgit v1.2.3