mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/win32ole/win32ole.c (ole_init_cp): should return value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bad85e5202
commit
fa222ced64
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Feb 23 21:36:13 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/win32ole/win32ole.c (ole_init_cp): should return value.
|
||||
|
||||
Sat Feb 23 20:16:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* string.c (str_sublen): removed.
|
||||
|
|
|
@ -848,6 +848,7 @@ ole_init_cp()
|
|||
if (code_page_installed(cp)) {
|
||||
cWIN32OLE_cp = cp;
|
||||
}
|
||||
return cp;
|
||||
}
|
||||
|
||||
struct myCPINFOEX {
|
||||
|
|
Loading…
Reference in a new issue