From 32ebe14d88cd0701fa5fa1b3cf093409b271dde7 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Feb 2009 11:11:57 +0000 Subject: * ext/win32ole/win32ole.c (load_conv_function51932): fixed for the case IMultiLanguage is not available. [ruby-dev:37950] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee12fa434..c211d6ef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 9 20:11:55 2009 Nobuyoshi Nakada + + * ext/win32ole/win32ole.c (load_conv_function51932): fixed for the + case IMultiLanguage is not available. [ruby-dev:37950] + Mon Feb 9 20:04:35 2009 Tanaka Akira * ext/socket/option.c (inspect_int): return 1/0 on success/failure. -- cgit