1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
suke 2013-01-26 07:12:15 +00:00
parent 623f6d6673
commit 2eae39e05b

View file

@ -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) * ext/win32ole/win32ole.c: use TlsAlloc instead of __declspec(thread)
to avoid SEGV if win32ole.so loaded with LoadLibrary in Windows 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> Fri Jan 25 16:47:31 2013 Shugo Maeda <shugo@ruby-lang.org>