diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-31 11:56:42 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-31 11:56:42 +0000 |
commit | 6790891ef083b77faaf9d779463dfa0569a96ae5 () | |
tree | eea89a4ca3ea28c330bd3681f26964023fa8413f /win32 | |
parent | 5b5e4a6fc1e2829e6a2e1fb41986e951070646c7 (diff) |
* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and
RSTRING_LEN. * ext/tk/stubs.c, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: ditto. * ext/win32ole/win32ole.c (ole_val2olevariantdata): ditto. * lib/mkmf.rb (create_makefile): follow nil.to_s. * win32/resource.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | win32/resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ end #include <winver.h> #endif -#{icons} VS_VERSION_INFO VERSIONINFO FILEVERSION #{fversion} PRODUCTVERSION #{fversion} |