mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Win32API.rb: update message [ci skip]
* ext/win32/lib/Win32API.rb: update warning message for fiddle. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7b011fd11e
commit
dd3aec25d6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# -*- ruby -*-
|
||||
# for backward compatibility
|
||||
warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')}: Win32API is deprecated after Ruby 1.9.1; use dl directly instead" if $VERBOSE
|
||||
warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')}: Win32API is deprecated after Ruby 1.9.1; use fiddle directly instead" if $VERBOSE
|
||||
|
||||
require 'fiddle'
|
||||
|
||||
|
|
Loading…
Reference in a new issue