diff options
| author | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-04 12:12:59 +0000 |
|---|---|---|
| committer | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-04 12:12:59 +0000 |
| commit | d3abb42d971bc925d396201d0aea2d0755f7eec2 (patch) | |
| tree | 0f6b0bfca6422bc2728b608299acb5870f2fb7c4 /ChangeLog | |
| parent | 4ad3c44b68e468af7dbecbf3c0d048a1b989635c (diff) | |
| download | ruby-d3abb42d971bc925d396201d0aea2d0755f7eec2.tar.gz ruby-d3abb42d971bc925d396201d0aea2d0755f7eec2.tar.xz ruby-d3abb42d971bc925d396201d0aea2d0755f7eec2.zip | |
ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"
entry to get library path.
ext/win32ole/win32ole.c(oletypelib_path): ditto.
ext/win32ole/win32ole.c(ole_typedesc2val): add VT_LPWSTR, VT_LPSTR,
VT_ERROR case.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Thu Nov 4 21:13:48 2004 Masaki Suketa <masaki.suketa@nifty.ne.jp> + + * ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16" + entry to get library path. + + * ext/win32ole/win32ole.c(oletypelib_path): ditto. + + * ext/win32ole/win32ole.c(ole_typedesc2val): add VT_LPWSTR, VT_LPSTR, + VT_ERROR case. + Thu Nov 4 15:02:14 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk/variable.rb: forget to initialize instance_variables |
