aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-26 07:12:15 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-26 07:12:15 +0000
commit2eae39e05bdf313cc0317f5073982777d32809b4 (patch)
treefebaf9898cc7195007ad81cc6b8775950052a423
parent623f6d667336f864ba0870640b8406f4a16dc57a (diff)
downloadruby-2eae39e05bdf313cc0317f5073982777d32809b4.tar.gz
Windows Vista supports __declspec(thread) in dynamic loaded dll, so
Change the following comment in ChangeLog to avoid SEGV if win32ole.so loaded with LoadLibrary in Windows Vista -> to avoid SEGV if win32ole.so loaded with LoadLibrary in Windows XP git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6ad354536..edcfcbe91e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,7 +54,7 @@ Fri Jan 25 19:14:24 2013 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c: use TlsAlloc instead of __declspec(thread)
to avoid SEGV if win32ole.so loaded with LoadLibrary in Windows
- Vista or earlier.
+ XP or earlier.
Fri Jan 25 16:47:31 2013 Shugo Maeda <shugo@ruby-lang.org>