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 | 1fe7650935eb11b44037ef69bf435cda9dffa5e3 (patch) | |
tree | eea89a4ca3ea28c330bd3681f26964023fa8413f /win32 | |
parent | c1c7a3ca0f8483754f5b234739b027dd0a0e1b33 (diff) | |
download | ruby-1fe7650935eb11b44037ef69bf435cda9dffa5e3.tar.gz ruby-1fe7650935eb11b44037ef69bf435cda9dffa5e3.tar.xz ruby-1fe7650935eb11b44037ef69bf435cda9dffa5e3.zip |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@10812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r-- | win32/resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/resource.rb b/win32/resource.rb index a6c859c28..35b987cad 100644 --- a/win32/resource.rb +++ b/win32/resource.rb @@ -60,7 +60,7 @@ end #include <winver.h> #endif -#{icons} +#{icons || ''} VS_VERSION_INFO VERSIONINFO FILEVERSION #{fversion} PRODUCTVERSION #{fversion} |