ruby-changes:23312
From: naruse <ko1@a...>
Date: Tue, 17 Apr 2012 20:14:34 +0900 (JST)
Subject: [ruby-changes:23312] naruse:r35363 (trunk): win32/dln is only for win32.
naruse 2012-04-17 20:14:24 +0900 (Tue, 17 Apr 2012) New Revision: 35363 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35363 Log: win32/dln is only for win32. Modified files: trunk/test/-ext-/win32/test_dln.rb Index: test/-ext-/win32/test_dln.rb =================================================================== --- test/-ext-/win32/test_dln.rb (revision 35362) +++ test/-ext-/win32/test_dln.rb (revision 35363) @@ -10,4 +10,4 @@ end end end -end +end if /mswin|mingw/ =~ RUBY_PLATFORM -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/